allow wallets to be selected
This commit is contained in:
parent
de8a660168
commit
252686688e
4 changed files with 73 additions and 57 deletions
|
|
@ -118,6 +118,13 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
$scope.showWallets = true;
|
||||
};
|
||||
|
||||
$scope.selectWallet = function(w) {
|
||||
$timeout(function() {
|
||||
$scope.showWallets = false;
|
||||
}, 100);
|
||||
setWallet(w);
|
||||
};
|
||||
|
||||
|
||||
$scope.showDescriptionPopup = function() {
|
||||
var message = gettextCatalog.getString('Add description');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue