Merge pull request #3913 from cmgustavo/bug/join-loading-spinner

Stop spinner after join wallet
This commit is contained in:
Matias Alejo Garcia 2016-02-24 14:53:32 -03:00
commit fba3804a1e
1 changed files with 2 additions and 0 deletions

View File

@ -367,6 +367,8 @@ angular.module('copayApp.controllers').controller('indexController', function($r
$timeout(function() { $timeout(function() {
self.debounceUpdateHistory(); self.debounceUpdateHistory();
}, 1); }, 1);
} else {
self.loadingWallet = false;
} }
}); });
}); });