fixed broken send max button
This commit is contained in:
parent
64b11fba3a
commit
0b2ef6736a
2 changed files with 10 additions and 15 deletions
|
|
@ -213,7 +213,6 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
|||
$scope.finish();
|
||||
};
|
||||
|
||||
|
||||
$scope.toggleAlternative = function() {
|
||||
if ($scope.amountModel.amount && isExpression($scope.amountModel.amount)) {
|
||||
var amount = evaluate(format($scope.amountModel.amount));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue