feat(navPop): add nav pop method on the app instance

This commit is contained in:
Adam Bradley
2016-06-08 10:42:13 -05:00
parent 84f37cf4d5
commit 9f293e8549
6 changed files with 473 additions and 39 deletions

View File

@ -118,6 +118,7 @@ export class Modal extends ViewController {
this.modalViewType = componentType.name;
this.viewType = 'modal';
this.isOverlay = true;
this.usePortal = true;
}
/**