mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
miss quote in direction option example
This commit is contained in:
@ -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'
|
||||||
* });
|
* });
|
||||||
* }
|
* }
|
||||||
* }
|
* }
|
||||||
|
Reference in New Issue
Block a user