diff --git a/js/controllers/send.js b/js/controllers/send.js index 6a624588f..8c3879bfc 100644 --- a/js/controllers/send.js +++ b/js/controllers/send.js @@ -190,6 +190,7 @@ console.log('[send.js.44:updateTxs:]'); //TODO comment: commentText, url: (payInfo && payInfo.merchant) ? payInfo.merchant : null, }, function(err, txid, status) { + $scope.loading = false; // reset fields $scope.address = $scope.amount = $scope.commentText = null; form.address.$pristine = form.amount.$pristine = true;