Adding ebraminio theme

This commit is contained in:
Ebrahim Byagowi
2013-07-02 17:15:34 +04:30
parent ed8f36fa9f
commit 3c4a96aca5
3 changed files with 51 additions and 1 deletions

View File

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