mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00

committed by
mhartington

parent
b8ee3018b5
commit
68aae8a4fc
@ -189,7 +189,7 @@ export class App {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @return {NavController} Returns the active NavController. Using this method is preferred when we need access to the top-level navigation controller while on the outside views and handlers like `registerBackButtonAction()`
|
||||||
*/
|
*/
|
||||||
getActiveNav(): NavController {
|
getActiveNav(): NavController {
|
||||||
const portal = this._appRoot._getPortal(MODAL);
|
const portal = this._appRoot._getPortal(MODAL);
|
||||||
|
Reference in New Issue
Block a user