mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
Merge branch 'master' into list-border-refactor
This commit is contained in:
@ -60,9 +60,6 @@ export class Icon {
|
||||
this.update();
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
get isActive() {
|
||||
return (this._isActive === undefined || this._isActive === true || this._isActive === 'true');
|
||||
}
|
||||
|
@ -41,7 +41,7 @@ import {ViewController} from './view-controller';
|
||||
*
|
||||
* Additionally, specifying the `swipe-back-enabled` property will allow you to
|
||||
* swipe to go back:
|
||||
* ```ts
|
||||
* ```html
|
||||
* <ion-nav swipe-back-enabled="false" [root]="rootPage"></ion-nav>
|
||||
* ```
|
||||
*
|
||||
|
@ -26,7 +26,7 @@ import {Icon} from '../icon/icon';
|
||||
* To override the platform specific TabBar placement, use the
|
||||
* `tabbar-placement` property:
|
||||
*
|
||||
* ```ts
|
||||
* ```html
|
||||
* <ion-tabs tabbar-placement="top">
|
||||
* <ion-tab [root]="tabRoot"></ion-tab>
|
||||
* </ion-tabs>
|
||||
@ -34,7 +34,7 @@ import {Icon} from '../icon/icon';
|
||||
*
|
||||
* To change the location of the icons in the TabBar, use the `tabbar-icons`
|
||||
* property:
|
||||
* ```ts
|
||||
* ```html
|
||||
* <ion-tabs tabbar-icons="bottom">
|
||||
* <ion-tab [root]="tabRoot"></ion-tab>
|
||||
* </ion-tabs>
|
||||
|
Reference in New Issue
Block a user