Merge pull request #452 from gabrielbazan7/fix/pulltorefresh

Fix/pulltorefresh
This commit is contained in:
Matias Alejo Garcia 2016-10-14 13:05:12 -03:00 committed by GitHub
commit 79dbcf88d5
4 changed files with 10 additions and 4 deletions

View file

@ -5,7 +5,7 @@
<ion-content class="padding">
<ion-refresher
ng-if="isCordova"
ng-if="isAndroid"
pulling-icon="ion-ios-refresh"
spinner="ios-small"
on-refresh="onRefresh()">

View file

@ -12,7 +12,7 @@
<ion-content has-bouncing="false">
<ion-refresher
ng-if="isCordova"
ng-if="isAndroid"
pulling-icon="ion-ios-refresh"
spinner="ios-small"
on-refresh="onRefresh()">