Stop spinner after join wallet

This commit is contained in:
Gustavo Maximiliano Cortez 2016-02-24 13:27:22 -03:00
commit 35f515b738
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

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