Skip to content

Commit

Permalink
fix(nav): willLoad() does not have to be zone wrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Nov 1, 2016
1 parent f1f44eb commit 17dbf69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/navigation/nav-controller-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 17dbf69

Please sign in to comment.