miss quote in direction option example

This commit is contained in:
Thomas Nunes
2015-12-29 14:16:05 +01:00
parent 16d766fffb
commit c65d2331ff

View File

@ -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'
* });
* }
* }