mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
update angular again
This commit is contained in:
@ -4,7 +4,7 @@ import {IonicComponent} from 'ionic/config/component'
|
||||
|
||||
@Component({
|
||||
selector: 'ion-checkbox',
|
||||
bind: {
|
||||
properties: {
|
||||
checked: 'checked'
|
||||
},
|
||||
events: {
|
||||
@ -66,7 +66,7 @@ export class Checkbox {
|
||||
}
|
||||
|
||||
new IonicComponent(Checkbox, {
|
||||
bind: {
|
||||
properties: {
|
||||
iconOff: {
|
||||
defaults: {
|
||||
ios: 'ion-ios-circle-outline',
|
||||
|
Reference in New Issue
Block a user