enable pull to refresh only in android devices

This commit is contained in:
Gabriel Bazán 2016-10-14 10:24:20 -03:00
commit cb328de5c7
4 changed files with 4 additions and 2 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()">