From 257247f9ee31acb77984aa48d2c2455fb3419c66 Mon Sep 17 00:00:00 2001 From: mhartington Date: Mon, 1 Feb 2016 23:04:46 -0500 Subject: [PATCH] docs(navController): update docs --- ionic/components/nav/nav-controller.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ionic/components/nav/nav-controller.ts b/ionic/components/nav/nav-controller.ts index 6fe2a5d527..1efc5ace80 100644 --- a/ionic/components/nav/nav-controller.ts +++ b/ionic/components/nav/nav-controller.ts @@ -113,9 +113,24 @@ export class NavController extends Ion { protected _trnsTime: number = 0; protected _views: Array = []; + /** + * @private + */ id: number; + + /** + * @private + */ providers: ResolvedProvider[]; + + /** + * @private + */ router: NavRouter; + + /** + * @private + */ sbGesture: any; constructor(