Fix PIN create. Fix spinner when creating profile

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-16 03:41:54 -03:00
commit 5bc7fcd8d0
3 changed files with 27 additions and 32 deletions

View file

@ -323,7 +323,9 @@ angular.module('copayApp.services')
if ($rootScope.iden) {
$rootScope.signingOut = true;
$rootScope.iden.close(function() { // Will trigger 'closed'
$rootScope.signingOut = false;
$timeout(function() {
$rootScope.signingOut = null;
}, 100);
}); // Will trigger 'closed'
}
};