avatar in send view

This commit is contained in:
Gabriel Bazán 2016-09-14 10:04:16 -03:00
commit c21d447031
10 changed files with 32 additions and 9 deletions

View file

@ -102,6 +102,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
$scope.toAddress = $stateParams.toAddress;
$scope.toName = $stateParams.toName;
$scope.toEmail = $stateParams.toEmail;
$scope.description = $stateParams.description;
$scope.paypro = $stateParams.paypro;