fix(modal): set root nav view controller

This commit is contained in:
Adam Bradley
2016-02-10 11:38:57 -06:00
parent 17c1846f05
commit 8bde8d7522
3 changed files with 10 additions and 7 deletions

View File

@ -416,6 +416,8 @@ export class NavController extends Ion {
return;
}
enteringView.setNav(rootNav);
opts.keyboardClose = false;
opts.direction = 'forward';