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) {
screenInactive = true;
lodash.each(listeners, function(x) {

View file

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