Merge pull request #452 from gabrielbazan7/fix/pulltorefresh
Fix/pulltorefresh
This commit is contained in:
commit
79dbcf88d5
4 changed files with 10 additions and 4 deletions
|
|
@ -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()">
|
||||
|
|
|
|||
|
|
@ -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()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue