Merge pull request #352 from gabrielbazan7/feat/pullToRefresh

pull to refresh
This commit is contained in:
Matias Alejo Garcia 2016-10-11 14:11:11 -03:00 committed by GitHub
commit 8c52bc3948
4 changed files with 31 additions and 7 deletions

View file

@ -4,6 +4,12 @@
</ion-nav-bar>
<ion-content class="padding">
<ion-refresher
ng-if="isCordova"
pulling-icon="ion-ios-refresh"
spinner="ios-small"
on-refresh="onRefresh()">
</ion-refresher>
<div class="list card homeTip" ng-if="homeTip">
<div class="item item-icon-right item-heading">
<a ng-click="hideHomeTip()"><i class="icon ion-ios-close-empty close-home-tip"></i></a>

View file

@ -10,7 +10,13 @@
</ion-nav-buttons>
</ion-nav-bar>
<ion-content delegate-handle="my-handle">
<ion-content has-bouncing="false">
<ion-refresher
ng-if="isCordova"
pulling-icon="ion-ios-refresh"
spinner="ios-small"
on-refresh="onRefresh()">
</ion-refresher>
<div class="oh pr" ng-show="wallet && wallet.isComplete()">
<div ng-style="{'background-color':wallet.color}" class="amount">
<div ng-if="!notAuthorized && !updatingStatus">