From bd47a27afe75d63e2071df19cafe4120f58db573 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Tue, 29 Apr 2014 06:11:40 -0600 Subject: [PATCH] docs(ionNavView): specify animation class Closes #1223 --- js/angular/directive/navView.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 * - * + * * * * ```