From 377177acc0fa0b6a18d4f4abc3213172327ed0db Mon Sep 17 00:00:00 2001 From: Florian Mutter Date: Fri, 28 Mar 2014 18:02:58 +0100 Subject: [PATCH] docs(ionNavView): Fix example --- js/ext/angular/src/directive/ionicViewState.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/js/ext/angular/src/directive/ionicViewState.js b/js/ext/angular/src/directive/ionicViewState.js index d6aa8c96f8..41cc4cd7f5 100644 --- a/js/ext/angular/src/directive/ionicViewState.js +++ b/js/ext/angular/src/directive/ionicViewState.js @@ -109,18 +109,17 @@ angular.module('ionic.ui.viewState', ['ionic.service.view', 'ionic.service.gestu * @usage * In this example, we will create a navigation view that contains our different states for the app. * - * To do this, in our markup use the ionNavView top level directive, adding an - * {@link ionic.directive:ionNavBar} directive which will render a header bar that updates as we - * navigate through the navigation stack. + * To do this, in our markup we use ionNavView top level directive. To display a header bar we use + * the {@link ionic.directive:ionNavBar} directive that updates as we navigate through the + * navigation stack. * * You can any [animation class](/docs/components#animation) on the navView to have its pages slide. * Recommended for page transitions: 'slide-left-right', 'slide-left-right-ios7', 'slide-in-up'. * * ```html + * * * - * - * * * ``` *