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
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -26,10 +26,10 @@ | ... | @@ -26,10 +26,10 @@ |
26 | 26 | ||
27 | angular.module('ovGroup', []) | 27 | angular.module('ovGroup', []) |
28 | .controller('OvGroupCtrl', | 28 | .controller('OvGroupCtrl', |
29 | - ['$log', '$scope', '$location', | 29 | + ['$log', '$scope', '$location', '$sce', |
30 | 'FnService', 'TableBuilderService', | 30 | 'FnService', 'TableBuilderService', |
31 | 31 | ||
32 | - function (_$log_, _$scope_, _$location_, _fs_, _tbs_) { | 32 | + function (_$log_, _$scope_, _$location_, $sce, _fs_, _tbs_) { |
33 | var params; | 33 | var params; |
34 | $log = _$log_; | 34 | $log = _$log_; |
35 | $scope = _$scope_; | 35 | $scope = _$scope_; | ... | ... |
-
Please register or login to post a comment