prevent scroll when side bar is open

This commit is contained in:
Gabriel Bazán 2016-07-11 11:17:41 -03:00
commit 70abb1bd89
2 changed files with 8 additions and 3 deletions

View file

@ -34,8 +34,8 @@
-->
<ion-content id="walletHome" class="walletHome tab-view tab-in" scroll="false" >
<ion-content on-release="index.allowSideBar = true; index.allowPullToRefresh = true;" on-drag-right="index.allowRefresher()">
<ion-content id="walletHome" class="walletHome tab-view tab-in" scroll="false">
<ion-content on-release="index.allowSideBar = true; index.allowPullToRefresh = true;" on-drag-right="index.allowRefresher()" delegate-handle="my-handle">
<ion-refresher
ng-if="index.allowPullToRefresh && index.isCordova"
on-pulling="index.allowSideBar = false"