adds errorCb, handles blocks
This commit is contained in:
parent
ba40323b7b
commit
fe07348a5a
3 changed files with 37 additions and 2 deletions
|
|
@ -63,6 +63,9 @@ angular.module('copayApp.controllers').controller('createController',
|
|||
if (err) {
|
||||
$log.debug(err);
|
||||
self.error = err;
|
||||
$timeout(function() {
|
||||
$rootScope.$apply();
|
||||
});
|
||||
}
|
||||
else {
|
||||
go.walletHome();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue