add wallet information to custom amount and addresses view
This commit is contained in:
parent
dbc49e9ce0
commit
813d89a139
6 changed files with 10 additions and 9 deletions
|
|
@ -8,6 +8,7 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
|||
|
||||
$scope.requestSpecificAmount = function() {
|
||||
$state.go('tabs.receive.amount', {
|
||||
walletId: $scope.wallet.credentials.walletId,
|
||||
customAmount: true,
|
||||
toAddress: $scope.addr
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue