From 9cc28791db863f4a997abf5e319ddc45659c3507 Mon Sep 17 00:00:00 2001 From: mhartington Date: Tue, 9 Feb 2016 10:17:09 -0500 Subject: [PATCH] docs(navController): update docs --- ionic/components/nav/nav-controller.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ionic/components/nav/nav-controller.ts b/ionic/components/nav/nav-controller.ts index e49d017755..c2583c44a7 100644 --- a/ionic/components/nav/nav-controller.ts +++ b/ionic/components/nav/nav-controller.ts @@ -14,6 +14,8 @@ import {SwipeBackGesture} from './swipe-back'; import {ViewController} from './view-controller'; /** + * @name NavController + * @description * _For examples on the basic usage of NavController, check out the * [Navigation section](../../../../components/#navigation) of the Component * docs._