mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
Merge pull request #823 from thomasNDS/patch-1
docs(navCtrl): 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
|
||||
* // or if the view should animate at all.
|
||||
* direction: back
|
||||
* direction: 'back'
|
||||
* });
|
||||
* }
|
||||
* }
|
||||
|
Reference in New Issue
Block a user