From 3745a152aad1625d2f94b2273bdc73151e234c9e Mon Sep 17 00:00:00 2001 From: ekovi Date: Wed, 26 Feb 2014 21:15:53 +0100 Subject: [PATCH] Update controllers.js added theme entry --- 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 2467f1ad..f87dbe11 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -1367,7 +1367,7 @@ module.controller('SettingsCtrl', ['$scope', '$location', 'SettingsService', 'An $scope.ServerService = ServerService.get(); - $scope.themes = ['default', 'ebraminio', 'MRACHINI', 'svetla']; + $scope.themes = ['default', 'ebraminio', 'MRACHINI', 'svetla', 'dark']; $scope.settingsService = SettingsService; $scope.$watch('settingsService.settings', function(value) {