Ref custom amount. Also fixes small screen issue
This commit is contained in:
parent
e8a18c9eb4
commit
1c91420581
6 changed files with 170 additions and 71 deletions
|
|
@ -7,10 +7,8 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
|||
$scope.isNW = platformInfo.isNW;
|
||||
|
||||
$scope.requestSpecificAmount = function() {
|
||||
$state.go('tabs.receive.amount', {
|
||||
walletId: $scope.wallet.credentials.walletId,
|
||||
customAmount: true,
|
||||
toAddress: $scope.addr
|
||||
$state.go('tabs.paymentRequest.amount', {
|
||||
id: $scope.wallet.credentials.walletId
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue