mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
allow icon left in ion-switch
This commit is contained in:
@ -135,6 +135,7 @@ class MediaSwitch {
|
||||
})
|
||||
@IonicView({
|
||||
template:
|
||||
'<ng-content select="[item-left]"></ng-content>' +
|
||||
'<ion-item-content id="{{labelId}}">' +
|
||||
'<ng-content></ng-content>' +
|
||||
'</ion-item-content>' +
|
||||
|
Reference in New Issue
Block a user