mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(nav): willLoad() does not have to be zone wrapped
This commit is contained in:
@ -767,7 +767,6 @@ export class NavControllerBase extends Ion implements NavController {
|
||||
|
||||
_willLoad(view: ViewController) {
|
||||
assert(this.isTransitioning(), 'nav controller should be transitioning');
|
||||
assert(NgZone.isInAngularZone(), 'callback should be zoned');
|
||||
|
||||
view._willLoad();
|
||||
}
|
||||
|
Reference in New Issue
Block a user