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