various fixes
This commit is contained in:
parent
23dc09a635
commit
19d1bde546
6 changed files with 19 additions and 19 deletions
|
|
@ -62,7 +62,8 @@ angular.module('copayApp.controllers').controller('CreateController',
|
|||
$scope.error = 'Could not create wallet: ' + err;
|
||||
}
|
||||
}
|
||||
$rootScope.$digest()
|
||||
|
||||
$rootScope.$digest();
|
||||
});
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue