Add new options to the front-end's home page

This commit is contained in:
Gaël Métais
2015-04-30 22:18:27 +02:00
parent 9231b0914b
commit b2f6f68d1a
8 changed files with 282 additions and 15 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ settingsService.factory('Settings', ['localStorageService', function(localStorag
getMergedSettings: function() {
var defaultSettings = {
device: 'desktop'
device: 'desktop',
showAdvanced: false
};
var savedValues = localStorageService.get('settings');