Fixes loading message after press a button

This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-13 13:05:56 -03:00
commit 112c1adc11
7 changed files with 47 additions and 40 deletions

View file

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