update angular again

This commit is contained in:
Andrew
2015-04-25 12:57:38 -05:00
parent 14ecc7178b
commit 41ac9287d9
16 changed files with 44 additions and 26 deletions

View File

@ -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',