Merge pull request #1634 from eordano/fix/waitCreate

Fixes error codes against Insight
This commit is contained in:
Matias Alejo Garcia 2014-10-31 11:38:32 -03:00
commit 28f63b44e1
4 changed files with 9 additions and 3 deletions

View file

@ -11,7 +11,7 @@ angular.module('copayApp.services')
copay.Wallet.checkIfExistsAny({
pluginManager: pluginManager,
}, function(anyWallet) {
scope.retreiving = false;
scope.loading = false;
scope.anyProfile = anyProfile ? true : false;
scope.anyWallet = anyWallet ? true : false;