mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
docs(config): minor config updates
This commit is contained in:
@ -33,10 +33,10 @@ import {isObject, isDefined, isFunction, isArray, extend} from '../util/util';
|
||||
* @App({
|
||||
* template: `<ion-nav [root]="root"></ion-nav>`
|
||||
* config: {
|
||||
* 'tabbarPlacement': 'bottom',
|
||||
* tabbarPlacement: 'bottom',
|
||||
* platform: {
|
||||
* ios: {
|
||||
* 'tabbarPlacement': 'top',
|
||||
* tabbarPlacement: 'top',
|
||||
* }
|
||||
* }
|
||||
* }
|
||||
@ -47,7 +47,7 @@ import {isObject, isDefined, isFunction, isArray, extend} from '../util/util';
|
||||
*
|
||||
* ```html
|
||||
* <ion-tabs tabbar-placement="top">
|
||||
* <ion-tab tab-title="Dash" tab-icon="pulse" [root]="DashRoot"></ion-tab>
|
||||
* <ion-tab tab-title="Dash" tab-icon="pulse" [root]="tabRoot"></ion-tab>
|
||||
* </ion-tabs>
|
||||
* ```
|
||||
*
|
||||
|
Reference in New Issue
Block a user