Merge pull request #5043 from msalcala11/improveWalletDetails

Fix android pull to refresh icon
This commit is contained in:
Javier Donadío 2016-11-15 16:48:19 -03:00 committed by GitHub
commit f2232f7f21
2 changed files with 9 additions and 8 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) { $scope.$on("$ionicView.leave", function(event, data) {
screenInactive = true; screenInactive = true;
lodash.each(listeners, function(x) { lodash.each(listeners, function(x) {

View file

@ -92,13 +92,18 @@
#walletDetails { #walletDetails {
background: #F8F8F9; background: #F8F8F9;
.ionic-refresher-content { .scroll-refresher {
color: white !important; z-index: 1;
margin-top: 3.5rem;
} }
.spinner svg { .ionic-refresher-content {
stroke: white; color: white !important;
fill: white;
.spinner svg {
stroke: white;
fill: white;
}
} }
.bp-content { .bp-content {