Fix tab-receibe view. Fix wallet-details

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-30 12:27:31 -03:00
commit 18c0d829c7
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
6 changed files with 37 additions and 19 deletions

View file

@ -38,6 +38,9 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
if (err) popupService.showAlert(gettextCatalog.getString('Error'), err);
$scope.addr = addr;
if ($scope.wallet.showBackupNeededModal) $scope.openBackupNeededModal();
$timeout(function() {
$scope.$apply();
}, 100);
});
};