Merge pull request #5669 from cmgustavo/bug/empty-app-after-refresh
Bug/empty app after refresh
This commit is contained in:
commit
52a690e31e
2 changed files with 15 additions and 1 deletions
|
|
@ -340,6 +340,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||
$scope.walletId = data.stateParams.walletId;
|
||||
$scope.wallet = profileService.getWallet($scope.walletId);
|
||||
if (!$scope.wallet) return;
|
||||
$scope.requiresMultipleSignatures = $scope.wallet.credentials.m > 1;
|
||||
|
||||
addressbookService.list(function(err, ab) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue