fix flicker issue

This commit is contained in:
Jamal Jackson 2016-10-26 13:28:08 -04:00
commit a7c1a3ddd3
3 changed files with 67 additions and 61 deletions

View file

@ -149,6 +149,9 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
}
});
});
if ($scope.hasFunds != true) {
$ionicScrollDelegate.freezeScroll(true);
}
};
$scope.$on("$ionicView.beforeEnter", function(event, data) {

View file

@ -71,4 +71,5 @@
}
}
}
.scroll{height: 100%;}
}