UserSettings
Service handeling user settings
Constructor Summary
| Public Constructor | ||
| public |
constructor($q: *, $rootScope: *, DataService: *) |
|
Member Summary
| Public Members | ||
| public |
$q: * |
|
| public |
$rootScope: * |
|
| public |
|
|
| public |
dataService: * |
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
getSettings(): * Read the settings from the file and update the cache |
|
| public |
mergeSettings(settings: *): * Merge the settings to settings.json |
|
| public |
saveSettings(newSettings: *): * |
|
Public Constructors
public constructor($q: *, $rootScope: *, DataService: *) source
Params:
| Name | Type | Attribute | Description |
| $q | * | ||
| $rootScope | * | ||
| DataService | * |