fix disabled button
This commit is contained in:
parent
3ea948e6ba
commit
0691bb5f7e
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ console.log('[send.js.44:updateTxs:]'); //TODO
|
||||||
comment: commentText,
|
comment: commentText,
|
||||||
url: (payInfo && payInfo.merchant) ? payInfo.merchant : null,
|
url: (payInfo && payInfo.merchant) ? payInfo.merchant : null,
|
||||||
}, function(err, txid, status) {
|
}, function(err, txid, status) {
|
||||||
|
$scope.loading = false;
|
||||||
// reset fields
|
// reset fields
|
||||||
$scope.address = $scope.amount = $scope.commentText = null;
|
$scope.address = $scope.amount = $scope.commentText = null;
|
||||||
form.address.$pristine = form.amount.$pristine = true;
|
form.address.$pristine = form.amount.$pristine = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue