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'
|
||||
},
|
||||
|
Reference in New Issue
Block a user