diff --git a/ionic/components/nav/nav-controller.ts b/ionic/components/nav/nav-controller.ts index b98a9c8840..c13b8d14ec 100644 --- a/ionic/components/nav/nav-controller.ts +++ b/ionic/components/nav/nav-controller.ts @@ -944,7 +944,7 @@ export class NavController extends Ion { if (view.shouldDestroy) { destroys.push(view); - } else { + } else if (view.isLoaded()) { let shouldShow = (view === activeView) || (view === previousView); this._renderView(view, shouldShow); }