Update controllers.js

added theme entry
This commit is contained in:
ekovi
2014-02-26 21:15:53 +01:00
parent eaa84253df
commit 3745a152aa

View File

@@ -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) {