use contact icon - fix text size - refactor recipient icon type
This commit is contained in:
parent
9472f095eb
commit
428a842459
9 changed files with 32 additions and 28 deletions
|
|
@ -14,7 +14,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
toAmount = data.stateParams.toAmount;
|
||||
cachedSendMax = {};
|
||||
$scope.useSendMax = data.stateParams.useSendMax == 'true' ? true : false;
|
||||
$scope.isWallet = data.stateParams.isWallet == 'true' ? true : false;
|
||||
$scope.recipientType = data.stateParams.recipientType || null;
|
||||
$scope.toAddress = data.stateParams.toAddress;
|
||||
$scope.toName = data.stateParams.toName;
|
||||
$scope.toEmail = data.stateParams.toEmail;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue