From 68aae8a4fc6886df7b003d6eefdc91c995658551 Mon Sep 17 00:00:00 2001 From: Melvin Lundberg Date: Thu, 2 Feb 2017 18:40:11 +0800 Subject: [PATCH] docs(app): add docs for getActiveNav Closes #10282 --- src/components/app/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/app/app.ts b/src/components/app/app.ts index c32d222ff9..90a3332ec1 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -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 { const portal = this._appRoot._getPortal(MODAL);