fix disabled button

This commit is contained in:
Matias Alejo Garcia 2014-11-30 18:40:03 -03:00
parent 3ea948e6ba
commit 0691bb5f7e
1 changed files with 1 additions and 0 deletions

View File

@ -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;