fix(loading): fix loading overlay during app init

Closes #6209
This commit is contained in:
Adam Bradley
2016-06-29 00:27:50 -05:00
parent 3fb58d95c3
commit b615c60478
3 changed files with 99 additions and 31 deletions

View File

@ -66,7 +66,7 @@ export class ViewController {
/**
* @private
*/
state: string = '';
state: number = 0;
/**
* @private