change label to ion-label

This commit is contained in:
Adam Bradley
2015-08-07 14:13:16 -05:00
parent c5a71099ba
commit cb7387d491
13 changed files with 77 additions and 181 deletions

View File

@ -45,7 +45,7 @@ export class Input extends IonInputItem {
'(touchend)': 'pointerEnd($event)',
'(mousedown)': 'pointerStart($event)',
'(mouseup)': 'pointerEnd($event)',
'[attr.id]': 'id',
'[attr.aria-labelledby]': 'labelledBy',
'class': 'text-input input'
}
})