From c65d2331ff5dcb709168be132e62d29e73139118 Mon Sep 17 00:00:00 2001 From: Thomas Nunes Date: Tue, 29 Dec 2015 14:16:05 +0100 Subject: [PATCH] miss quote in direction option example --- ionic/components/nav/nav-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/nav/nav-controller.ts b/ionic/components/nav/nav-controller.ts index bf984d76e9..5f46ecf174 100644 --- a/ionic/components/nav/nav-controller.ts +++ b/ionic/components/nav/nav-controller.ts @@ -220,7 +220,7 @@ export class NavController extends Ion { * },{ * // here we can configure things like the animations direction or * // or if the view should animate at all. - * direction: back + * direction: 'back' * }); * } * }