RegistrationService
Constructor Summary
| Public Constructor | ||
| public |
constructor($q: *, $rootScope: *, DataService: *) |
|
Member Summary
| Public Members | ||
| public |
$q: * |
|
| public |
$rootScope: * |
|
| public |
Cache of settings so that we don't have to read the file each time |
|
| public |
dataService: * |
|
Method Summary
| Public Methods | ||
| public |
getRegistration(): * Read the settings from the file and update the cache |
|
| public |
mergeRegistration(registrationData: *): * |
|
Public Constructors
public constructor($q: *, $rootScope: *, DataService: *) source
Params:
| Name | Type | Attribute | Description |
| $q | * | ||
| $rootScope | * | ||
| DataService | * |