chore(): rename properties to inputs, events to outputs

This commit is contained in:
Adam Bradley
2015-10-06 16:28:29 -05:00
parent 5d6a367fa3
commit 9bc09300df
25 changed files with 46 additions and 43 deletions

View File

@ -25,7 +25,7 @@ import {IonicComponent} from '../../config/decorators';
*/
@IonicComponent({
selector: 'ion-checkbox',
properties: [
inputs: [
'value',
'checked',
'disabled',