From 0691bb5f7ea36d6c20be85b67cb65978f3da8049 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sun, 30 Nov 2014 18:40:03 -0300 Subject: [PATCH] fix disabled button --- js/controllers/send.js | 1 + 1 file changed, 1 insertion(+) 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;