Bug fixes. Split contacts and wallets from send
This commit is contained in:
parent
04c724f3dc
commit
b370e61012
8 changed files with 36 additions and 16 deletions
|
|
@ -4,6 +4,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
var cachedTxp = {};
|
||||
var isChromeApp = platformInfo.isChromeApp;
|
||||
|
||||
$scope.isWallet = $stateParams.isWallet;
|
||||
$scope.toAddress = $stateParams.toAddress;
|
||||
$scope.toName = $stateParams.toName;
|
||||
$scope.toEmail = $stateParams.toEmail;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue