iOS switch

This commit is contained in:
Adam Bradley
2015-07-28 14:16:45 -05:00
parent b24a98731f
commit 51516b8b64
16 changed files with 259 additions and 159 deletions

View File

@@ -71,7 +71,7 @@ export class RadioGroup extends Ion {
@IonicComponent({
selector: 'ion-radio',
host: {
'[class.item]': 'item',
'class': 'item',
'[attr.aria-checked]': 'input.checked',
}
})
@@ -91,7 +91,6 @@ export class RadioButton extends IonInputItem {
config: IonicConfig
) {
super(elementRef, config);
this.item = true;
this.group = group;
}