mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
update component properties to array
https://github.com/angular/angular/issues/2013
This commit is contained in:
@ -10,9 +10,9 @@ import {IonicComponent} from 'ionic/config/component'
|
||||
|
||||
@Component({
|
||||
selector: 'ion-checkbox',
|
||||
properties: {
|
||||
checked: 'checked'
|
||||
},
|
||||
properties: [
|
||||
'checked'
|
||||
],
|
||||
hostListeners: {
|
||||
'^click': 'onClick($event)'
|
||||
}
|
||||
|
Reference in New Issue
Block a user