diff --git a/src/main/webapp/js/controllers.js b/src/main/webapp/js/controllers.js index 7ad4da15..b18befa3 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -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) {