Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 3c56988

Browse files
author
vikasrohit
committed
SUP-2231, New Empty States for Dashboard and Profile
-- Removed unused dependency injection
1 parent 3500efe commit 3c56988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/directives/empty-state-placeholder/empty-state-placeholder.directive.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
});
2424
scope.transcluded = angular.element(contentDiv)[0].children.length > 0;
2525
},
26-
controller: ['$scope', 'CONSTANTS', '$attrs', '$element',
27-
function($scope, CONSTANTS, $attrs, $element) {
26+
controller: ['$scope', '$attrs', '$element',
27+
function($scope, $attrs, $element) {
2828
$scope.DOMAIN = CONSTANTS.domain;
2929
var vm = this;
3030
vm.title = null;

0 commit comments

Comments
 (0)