Fixes loading message after press a button
This commit is contained in:
parent
8b2305a778
commit
112c1adc11
7 changed files with 47 additions and 40 deletions
|
|
@ -185,7 +185,7 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
$scope.loading = true;
|
||||
$scope.creatingTX = true;
|
||||
if ($scope.isWindowsPhoneApp)
|
||||
$rootScope.wpInputFocused = true;
|
||||
$rootScope.wpInputFocused = true;
|
||||
|
||||
$timeout(function () {
|
||||
var comment = form.comment.$modelValue;
|
||||
|
|
@ -212,7 +212,7 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
txStatus.notify(status);
|
||||
$scope.resetForm();
|
||||
});
|
||||
}, 1);
|
||||
}, 100);
|
||||
};
|
||||
|
||||
// QR code Scanner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue