use icon properly
This commit is contained in:
parent
515b806fa3
commit
9472f095eb
5 changed files with 35 additions and 9 deletions
|
|
@ -100,6 +100,7 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
|||
toAddress: $scope.toAddress,
|
||||
toName: $scope.toName,
|
||||
toEmail: $scope.toEmail,
|
||||
toColor: $scope.toColor,
|
||||
useSendMax: true,
|
||||
});
|
||||
};
|
||||
|
|
@ -237,7 +238,8 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
|||
toAmount: (amount * unitToSatoshi).toFixed(0),
|
||||
toAddress: $scope.toAddress,
|
||||
toName: $scope.toName,
|
||||
toEmail: $scope.toEmail
|
||||
toEmail: $scope.toEmail,
|
||||
toColor: $scope.toColor,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue