This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-11 21:26:35 -03:00
parent 7340b4af29
commit c15ec58643
1 changed files with 16 additions and 19 deletions

View File

@ -145,8 +145,6 @@ angular.module('copayApp.controllers').controller('SendController',
}
$scope.loading = true;
$timeout(function() {
var comment = form.comment.$modelValue;
var merchantData = $scope._merchantData;
var address, amount;
@ -167,7 +165,6 @@ angular.module('copayApp.controllers').controller('SendController',
txStatus.notify(status);
$scope.resetForm();
});
}, 100);
};
// QR code Scanner