removing overflow scrolling from ionic contents

This commit is contained in:
Gabriel Bazán 2016-07-04 17:09:06 -03:00
commit 88809a3fcf
10 changed files with 10 additions and 10 deletions

View file

@ -35,7 +35,7 @@
-->
<ion-content id="walletHome" class="walletHome tab-view tab-in" scroll="false" >
<ion-content overflow-scroll="!isWindowsPhoneApp" on-release="index.allowSideBar = true; index.allowPullToRefresh = true;" on-drag-right="index.allowRefresher()">
<ion-content on-release="index.allowSideBar = true; index.allowPullToRefresh = true;" on-drag-right="index.allowRefresher()">
<ion-refresher
ng-if="index.allowPullToRefresh && index.isCordova"
on-pulling="index.allowSideBar = false"