mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +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({
|
* @App({
|
||||||
* template: `<ion-nav [root]="root"></ion-nav>`
|
* template: `<ion-nav [root]="root"></ion-nav>`
|
||||||
* config: {
|
* config: {
|
||||||
* 'tabbarPlacement': 'bottom',
|
* tabbarPlacement: 'bottom',
|
||||||
* platform: {
|
* platform: {
|
||||||
* ios: {
|
* ios: {
|
||||||
* 'tabbarPlacement': 'top',
|
* tabbarPlacement: 'top',
|
||||||
* }
|
* }
|
||||||
* }
|
* }
|
||||||
* }
|
* }
|
||||||
@ -47,7 +47,7 @@ import {isObject, isDefined, isFunction, isArray, extend} from '../util/util';
|
|||||||
*
|
*
|
||||||
* ```html
|
* ```html
|
||||||
* <ion-tabs tabbar-placement="top">
|
* <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>
|
* </ion-tabs>
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user