checkbox wip

This commit is contained in:
Tim Lancina
2015-07-27 15:22:40 -05:00
parent 436ac4af8a
commit 0770abfc44
8 changed files with 130 additions and 108 deletions

View File

@ -26,6 +26,9 @@ export class Input extends IonInputItem {
super(elementRef, ionicConfig);
}
focus() {
this.input && this.input.focus();
}
}