mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
make tests work
This commit is contained in:
@ -9,7 +9,7 @@ export let CheckboxConfig = new ComponentConfig('checkbox')
|
||||
checked: 'checked'
|
||||
},
|
||||
events: {
|
||||
'click': 'onClick()'
|
||||
'^click': 'onClick()'
|
||||
},
|
||||
services: [CheckboxConfig]
|
||||
})
|
||||
|
Reference in New Issue
Block a user