diff --git a/ionic/components/nav/nav-controller.ts b/ionic/components/nav/nav-controller.ts index f408d0ddb4..dbc5260809 100644 --- a/ionic/components/nav/nav-controller.ts +++ b/ionic/components/nav/nav-controller.ts @@ -346,7 +346,7 @@ export class NavController extends Ion { } // create new ViewController, but don't render yet - let viewCtrl = new ViewController(this, componentType); + let viewCtrl = new ViewController(this, componentType, params); viewCtrl.state = CACHED_STATE; viewCtrl.shouldDestroy = false; viewCtrl.shouldCache = false;