added default bootstrap theme

This commit is contained in:
Athou
2014-03-10 14:33:48 +01:00
parent 39bfb61b95
commit 6202bdbc28
3 changed files with 350 additions and 1 deletions

View File

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