ion-item-content

This commit is contained in:
Adam Bradley
2015-08-24 16:37:39 -05:00
parent 5d7caada93
commit 2ac11fb716
22 changed files with 340 additions and 520 deletions

View File

@@ -124,9 +124,9 @@ class MediaSwitch {
})
@IonicView({
template:
'<div class="item-content" id="{{labelId}}">' +
'<ion-item-content id="{{labelId}}">' +
'<ng-content></ng-content>' +
'</div>' +
'</ion-item-content>' +
'<div class="item-media media-switch">' +
'<div class="switch-icon"></div>' +
'</div>',