added reference for new theme

This commit is contained in:
ekovi
2014-03-18 15:23:06 +01:00
parent 3b69e3b029
commit 5703b5e8d4

View File

@@ -1368,7 +1368,7 @@ module.controller('SettingsCtrl', ['$scope', '$location', 'SettingsService', 'An
$scope.ServerService = ServerService.get();
$scope.themes = ['default', 'bootstrap', 'dark', 'ebraminio', 'MRACHINI', 'svetla'];
$scope.themes = ['default', 'bootstrap', 'dark', 'ebraminio', 'MRACHINI', 'svetla', 'third'];
$scope.settingsService = SettingsService;
$scope.$watch('settingsService.settings', function(value) {