add not available message
This commit is contained in:
parent
fee7034863
commit
8a88e712e1
4 changed files with 8 additions and 1 deletions
|
|
@ -92,6 +92,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
};
|
||||
|
||||
$scope.init = function() {
|
||||
$scope.notAvailable = false;
|
||||
$scope.wallet = profileService.getWallets()[0];
|
||||
|
||||
if ($stateParams.paypro) {
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
|||
$log.debug('No wallet provided');
|
||||
return;
|
||||
}
|
||||
$scope.defaultWallet = wallet;
|
||||
$log.debug('Wallet changed: ' + wallet.name);
|
||||
$scope.setAddress(wallet);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue