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

@@ -37,8 +37,7 @@ import {raf, ready, CSS} from 'ionic/util/dom';
*/
@Component({
selector: 'ion-refresher',
events: ['refresh', 'starting', 'pulling'],
properties: [
inputs: [
'pullingIcon',
'pullingText',
'refreshingIcon',
@@ -46,6 +45,7 @@ import {raf, ready, CSS} from 'ionic/util/dom';
'spinner',
'disablePullingRotation'
],
outputs: ['refresh', 'starting', 'pulling'],
host: {
'[class.active]': 'isActive',
'[class.refreshing]': 'isRefreshing',

View File

@@ -15,7 +15,7 @@ import * as util from 'ionic/util';
*/
@IonicComponent({
selector: 'ion-scroll',
properties: [
inputs: [
'scrollX', 'scrollY', 'zoom', 'maxZoom'
],
host: {