mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
@ -48,7 +48,7 @@ import {Label} from '../label/label';
|
|||||||
'<ion-label *ngIf="_viewLabel">' +
|
'<ion-label *ngIf="_viewLabel">' +
|
||||||
'<ng-content></ng-content>' +
|
'<ng-content></ng-content>' +
|
||||||
'</ion-label>' +
|
'</ion-label>' +
|
||||||
'<ng-content select="ion-select,ion-input,ion-textarea,ion-datetime,ion-range"></ng-content>' +
|
'<ng-content select="ion-select,ion-input,ion-textarea,ion-datetime,ion-range,[item-content]"></ng-content>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'<ng-content select="[item-right],ion-radio,ion-toggle"></ng-content>' +
|
'<ng-content select="[item-right],ion-radio,ion-toggle"></ng-content>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
|
@ -48,4 +48,13 @@
|
|||||||
</ion-label>
|
</ion-label>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
|
||||||
|
<ion-item>
|
||||||
|
<ion-label>
|
||||||
|
ion-label
|
||||||
|
</ion-label>
|
||||||
|
<div item-content>
|
||||||
|
[item-content]
|
||||||
|
</div>
|
||||||
|
</ion-item>
|
||||||
|
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
Reference in New Issue
Block a user