fix(nav): controller is initialized

This commit is contained in:
Manu Mtz.-Almeida
2016-11-04 20:12:04 +01:00
parent 9506a78e41
commit beab06f7ce
2 changed files with 2 additions and 1 deletions

View File

@ -177,6 +177,7 @@ export class NavControllerBase extends Ion implements NavController {
ti.resolve = (hasCompleted: boolean, isAsync: boolean, enteringName: string, leavingName: string, direction: string) => {
// transition has successfully resolved
this._trnsId = null;
this._init = true;
resolve && resolve(hasCompleted, isAsync, enteringName, leavingName, direction);
// let's see if there's another to kick off