Merge pull request #427 from ekovi/patch-4

added new theme
This commit is contained in:
Athou
2013-07-13 12:27:25 -07:00

View File

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