Bri Prebilic Cole

ONOS-2033 - GUI -- Buckets in groups view are one per line, Link direction on li…

…nks view has HTML arrow. Bug fix.

Change-Id: I279338016c5aa627eb7a55a48e5c3fc5f9e4b352
......@@ -26,10 +26,10 @@
angular.module('ovGroup', [])
.controller('OvGroupCtrl',
['$log', '$scope', '$location',
['$log', '$scope', '$location', '$sce',
'FnService', 'TableBuilderService',
function (_$log_, _$scope_, _$location_, _fs_, _tbs_) {
function (_$log_, _$scope_, _$location_, $sce, _fs_, _tbs_) {
var params;
$log = _$log_;
$scope = _$scope_;
......