add wallet information to custom amount and addresses view

This commit is contained in:
Gabriel Bazán 2017-05-04 14:45:21 -03:00
commit 813d89a139
6 changed files with 10 additions and 9 deletions

View file

@ -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
});