Merge pull request #823 from thomasNDS/patch-1

docs(navCtrl): miss quote in direction option example
This commit is contained in:
Adam Bradley
2015-12-31 22:49:14 -06:00

View File

@ -220,7 +220,7 @@ export class NavController extends Ion {
* },{ * },{
* // here we can configure things like the animations direction or * // here we can configure things like the animations direction or
* // or if the view should animate at all. * // or if the view should animate at all.
* direction: back * direction: 'back'
* }); * });
* } * }
* } * }