feat(nav): animate nested navs

This commit is contained in:
Adam Bradley
2015-10-30 23:31:23 -05:00
parent 25b672dabe
commit 1a865eaf7b
5 changed files with 67 additions and 47 deletions

View File

@ -184,7 +184,7 @@ export class NavController extends Ion {
if (opts.preCleanup !== false) {
raf(() => {
this._cleanup(enteringView);
});
});
}
if (this.router) {
@ -286,7 +286,7 @@ export class NavController extends Ion {
let leavingView = this._views[this._views.length - 1];
let enteringView = view;
if(this.router) {
if (this.router) {
this.router.stateChange('pop', enteringView);
}