more on themes

This commit is contained in:
Athou
2013-05-29 09:21:53 +02:00
parent 91c9173109
commit aaf74efbb9
4 changed files with 14 additions and 4 deletions

View File

@@ -992,7 +992,7 @@ function($scope, $location, SettingsService, AnalyticsService, ServerService) {
$scope.ServerService = ServerService.get();
$scope.themes = ['default', 'test'];
$scope.themes = ['default'];
$scope.settingsService = SettingsService;
$scope.$watch('settingsService.settings', function(value) {