File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -432,6 +432,7 @@ export class NavControllerBase extends Ion implements NavController {
432
432
// create ComponentRef and set it to the entering view
433
433
enteringView . init ( componentFactory . create ( childInjector , [ ] ) ) ;
434
434
enteringView . _state = ViewState . INITIALIZED ;
435
+ this . _willLoad ( enteringView ) ;
435
436
}
436
437
437
438
_viewTest ( enteringView : ViewController , leavingView : ViewController , ti : TransitionInstruction ) {
@@ -549,7 +550,6 @@ export class NavControllerBase extends Ion implements NavController {
549
550
_viewInsert ( view : ViewController , componentRef : ComponentRef < any > , viewport : ViewContainerRef ) {
550
551
// successfully finished loading the entering view
551
552
// fire off the "didLoad" lifecycle events
552
- this . _willLoad ( view ) ;
553
553
this . _didLoad ( view ) ;
554
554
555
555
// render the component ref instance to the DOM
You can’t perform that action at this time.
0 commit comments