forked from Archives/Athou_commafeed
added reference to theme
This commit is contained in:
@@ -1092,7 +1092,7 @@ function($scope, $location, SettingsService, AnalyticsService, ServerService) {
|
|||||||
|
|
||||||
$scope.ServerService = ServerService.get();
|
$scope.ServerService = ServerService.get();
|
||||||
|
|
||||||
$scope.themes = ['default'];
|
$scope.themes = ['default','MRACHINI'];
|
||||||
|
|
||||||
$scope.settingsService = SettingsService;
|
$scope.settingsService = SettingsService;
|
||||||
$scope.$watch('settingsService.settings', function(value) {
|
$scope.$watch('settingsService.settings', function(value) {
|
||||||
|
|||||||
@@ -8,4 +8,5 @@
|
|||||||
|
|
||||||
@import "mobile/mobile";
|
@import "mobile/mobile";
|
||||||
|
|
||||||
@import "themes/test";
|
@import "themes/test";
|
||||||
|
@import "themes/MRACHINI";
|
||||||
Reference in New Issue
Block a user