Bug fixes. Split contacts and wallets from send

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-23 17:10:34 -03:00
commit b370e61012
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
8 changed files with 36 additions and 16 deletions

View file

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