loading after click on send button
This commit is contained in:
parent
02e228ffe7
commit
7340b4af29
1 changed files with 19 additions and 16 deletions
|
|
@ -145,6 +145,8 @@ angular.module('copayApp.controllers').controller('SendController',
|
||||||
}
|
}
|
||||||
|
|
||||||
$scope.loading = true;
|
$scope.loading = true;
|
||||||
|
|
||||||
|
$timeout(function() {
|
||||||
var comment = form.comment.$modelValue;
|
var comment = form.comment.$modelValue;
|
||||||
var merchantData = $scope._merchantData;
|
var merchantData = $scope._merchantData;
|
||||||
var address, amount;
|
var address, amount;
|
||||||
|
|
@ -165,6 +167,7 @@ angular.module('copayApp.controllers').controller('SendController',
|
||||||
txStatus.notify(status);
|
txStatus.notify(status);
|
||||||
$scope.resetForm();
|
$scope.resetForm();
|
||||||
});
|
});
|
||||||
|
}, 100);
|
||||||
};
|
};
|
||||||
|
|
||||||
// QR code Scanner
|
// QR code Scanner
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue