diff --git a/js/angular/directive/navView.js b/js/angular/directive/navView.js index 323f294cd4..933fdc674d 100644 --- a/js/angular/directive/navView.js +++ b/js/angular/directive/navView.js @@ -32,12 +32,14 @@ * the {@link ionic.directive:ionNavBar} directive that updates as we navigate through the * navigation stack. * - * You can use any [animation class](/docs/components#animation) on the navView to have its pages slide. + * You can use any [animation class](/docs/components#animation) on the navView's `animation` attribute + * to have its pages animate. + * * Recommended for page transitions: 'slide-left-right', 'slide-left-right-ios7', 'slide-in-up'. * * ```html * - * + * * * * ```