mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(ionicConfig): update navBar config
This commit is contained in:
6
js/angular/service/ionicConfig.js
vendored
6
js/angular/service/ionicConfig.js
vendored
@@ -147,7 +147,7 @@
|
||||
* @name $ionicConfigProvider#navBar.alignTitle
|
||||
* @description Which side of the navBar to align the title. Default `center`.
|
||||
*
|
||||
* @param {string} which side of the navBar to align the title.
|
||||
* @param {string} value side of the navBar to align the title.
|
||||
*
|
||||
* * `platform`: Dynamically choose the correct title style depending on the platform
|
||||
* the app is running from. If the platform is `ios`, it will default to `center`.
|
||||
@@ -166,7 +166,7 @@
|
||||
* @name $ionicConfigProvider#navBar.positionPrimaryButtons
|
||||
* @description Which side of the navBar to align the primary navBar buttons. Default `left`.
|
||||
*
|
||||
* @param {string} which side of the navBar to align the primary navBar buttons.
|
||||
* @param {string} value side of the navBar to align the primary navBar buttons.
|
||||
*
|
||||
* * `platform`: Dynamically choose the correct title style depending on the platform
|
||||
* the app is running from. If the platform is `ios`, it will default to `left`.
|
||||
@@ -184,7 +184,7 @@
|
||||
* @name $ionicConfigProvider#navBar.positionSecondaryButtons
|
||||
* @description Which side of the navBar to align the secondary navBar buttons. Default `right`.
|
||||
*
|
||||
* @param {string} which side of the navBar to align the secondary navBar buttons.
|
||||
* @param {string} value side of the navBar to align the secondary navBar buttons.
|
||||
*
|
||||
* * `platform`: Dynamically choose the correct title style depending on the platform
|
||||
* the app is running from. If the platform is `ios`, it will default to `right`.
|
||||
|
||||
Reference in New Issue
Block a user