Merge pull request #570 from ekovi/patch-13

added reference for new theme
This commit is contained in:
Athou
2014-03-18 15:55:33 +01:00

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