views/paging: add endless pager

This commit is contained in:
rr-
2016-04-12 23:49:46 +02:00
parent 7874614be3
commit b7a67fc01c
9 changed files with 150 additions and 4 deletions

View File

@ -25,6 +25,7 @@ class SettingsController {
saveSettings(browsingSettings) {
localStorage.setItem('settings', JSON.stringify(browsingSettings));
events.notify(events.Success, 'Settings saved');
events.notify(events.SettingsChange);
}
getSettings(settings) {