mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
feat(navPop): add nav pop method on the app instance
This commit is contained in:
@ -118,6 +118,7 @@ export class Modal extends ViewController {
|
||||
this.modalViewType = componentType.name;
|
||||
this.viewType = 'modal';
|
||||
this.isOverlay = true;
|
||||
this.usePortal = true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user