diff --git a/src/js/controllers/tab-send.js b/src/js/controllers/tab-send.js index c4deabc97..7c1ac8fc9 100644 --- a/src/js/controllers/tab-send.js +++ b/src/js/controllers/tab-send.js @@ -133,6 +133,7 @@ angular.module('copayApp.controllers').controller('tabSendController', function( lodash.each(wallets, function(w) { walletService.getStatus(w, {}, function(err, status) { ++index; + if (index == wallets.length) $scope.checkingBalance = false; if (err || !status) { $log.error(err); return; @@ -144,7 +145,6 @@ angular.module('copayApp.controllers').controller('tabSendController', function( } if (index == wallets.length) { - $scope.checkingBalance = false; if ($scope.hasFunds != true) { $ionicScrollDelegate.freezeScroll(true); }