This commit is contained in:
Max Lynch
2015-07-04 10:45:42 -05:00
parent 3dbf489fc9
commit b3e867a772
3 changed files with 105 additions and 13 deletions

View File

@@ -14,6 +14,9 @@ class MyApp {
doRefresh() {
console.log('DOREFRESH')
}
doPull(amt) {
console.log('PULLING', amt);
}
}
export function main(ionicBootstrap) {

View File

@@ -2,7 +2,7 @@
<ion-toolbar><ion-title>Pull To Refresh</ion-title></ion-toolbar>
<ion-content>
<ion-refresher>
<ion-refresher (refresh)="doRefresh()" (pulling)="doPull(amt)">
</ion-refresher>
<f></f>
<f></f>