ensure pull to refresh icon is visible on android and remove comments

This commit is contained in:
Marty Alcala 2016-11-15 14:26:19 -05:00
commit f178eb9b50
2 changed files with 5 additions and 4 deletions

View file

@ -323,10 +323,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
];
});
// $scope.$on("$ionicView.beforeLeave", function(event, data) {
// $interval.cancel(scrollInterval);
// });
$scope.$on("$ionicView.leave", function(event, data) {
screenInactive = true;
lodash.each(listeners, function(x) {

View file

@ -92,6 +92,11 @@
#walletDetails {
background: #F8F8F9;
.scroll-refresher {
z-index: 1;
margin-top: 3.5rem;
}
.ionic-refresher-content {
color: white !important;
}