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._