forked from Archives/Athou_commafeed
added missing injection point
This commit is contained in:
@@ -630,7 +630,7 @@ function($scope, $location, ProfileService) {
|
|||||||
};
|
};
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
module.controller('ManageSettingsCtrl', ['$scope', '$location', '$state',
|
module.controller('ManageSettingsCtrl', ['$scope', '$location', '$state', 'AdminSettingsService',
|
||||||
function($scope, $location, $state,
|
function($scope, $location, $state,
|
||||||
AdminSettingsService) {
|
AdminSettingsService) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user