mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
found some commas
This commit is contained in:
@ -40,7 +40,7 @@ export class Checkbox {
|
|||||||
'(^click)': 'onClick($event)',
|
'(^click)': 'onClick($event)',
|
||||||
'[attr.aria-checked]': 'checked',
|
'[attr.aria-checked]': 'checked',
|
||||||
'[attr.aria-disabled]': 'disabled',
|
'[attr.aria-disabled]': 'disabled',
|
||||||
'[attr.value]': 'value'
|
'[attr.value]': 'value',
|
||||||
'role': 'checkbox',
|
'role': 'checkbox',
|
||||||
'class': 'item'
|
'class': 'item'
|
||||||
},
|
},
|
||||||
|
@ -8,7 +8,7 @@ import {ElementRef} from 'angular2/src/core/compiler/element_ref';
|
|||||||
'name'
|
'name'
|
||||||
],
|
],
|
||||||
host: {
|
host: {
|
||||||
'[attr.aria-label]': 'label'
|
'[attr.aria-label]': 'label',
|
||||||
'role': 'img'
|
'role': 'img'
|
||||||
},
|
},
|
||||||
lifecycle: [onInit]
|
lifecycle: [onInit]
|
||||||
|
Reference in New Issue
Block a user