From d56b13784d34a8e7076e562d207c1de16661e1f0 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 23 Apr 2013 09:55:30 +0200 Subject: [PATCH] added missing injection point --- src/main/webapp/js/controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {