fix(nav): async removing for views

This commit is contained in:
Manu Mtz.-Almeida
2016-11-26 18:33:06 +01:00
parent 75186b447c
commit 5ff7072242
2 changed files with 19 additions and 5 deletions

View File

@ -177,6 +177,7 @@ export interface TransitionInstruction {
opts: NavOptions;
insertStart?: number;
insertViews?: ViewController[];
removeView?: ViewController;
removeStart?: number;
removeCount?: number;
resolve?: TransitionResolveFn;