Pull to refresh not sucking

This commit is contained in:
Max Lynch
2015-06-16 16:09:03 -05:00
parent d187150e7b
commit 4bef3b538d
2 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<ion-view nav-title="Pull to refresh">
<ion-content>
<ion-refresher (refreshing)="doRefresh($event, amt)"></ion-refresher>
<ion-refresher (refresh)="doRefresh($event, amt)"></ion-refresher>
<div id="counter"></div>