Incoming data working with sendFlowService.
This commit is contained in:
parent
a2dff98c63
commit
0410182d4f
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
|
|||
});
|
||||
// Timeout is required to enable the "Back" button
|
||||
$timeout(function() {
|
||||
var params = {};
|
||||
var params = sendFlowService.getState();
|
||||
|
||||
if (amount) {
|
||||
params.amount = amount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue