mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
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,
|
||||
AdminSettingsService) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user