Home Reference Source Repository
public class | source

RegistrationService

Constructor Summary

Public Constructor
public

constructor($q: *, $rootScope: *, DataService: *)

Member Summary

Public Members
public

$q: *

public
public

Cache of settings so that we don't have to read the file each time

public

Method Summary

Public Methods
public

Read the settings from the file and update the cache

public

mergeRegistration(registrationData: *): *

Public Constructors

public constructor($q: *, $rootScope: *, DataService: *) source

Params:

NameTypeAttributeDescription
$q *
$rootScope *
DataService *

Public Members

public $q: * source

public $rootScope: * source

public cachedRegistration: * source

Cache of settings so that we don't have to read the file each time

public dataService: * source

Public Methods

public getRegistration(): * source

Read the settings from the file and update the cache

Return:

*

public mergeRegistration(registrationData: *): * source

Params:

NameTypeAttributeDescription
registrationData *

Return:

*