Merge pull request #346 from MRACHINI/patch-1

MRACHINI
This commit is contained in:
Athou
2013-06-29 08:55:40 -07:00
5 changed files with 169 additions and 3 deletions

View File

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