refactor profileService
This commit is contained in:
parent
7781b93a88
commit
4865ea8ad8
9 changed files with 241 additions and 204 deletions
|
|
@ -169,7 +169,7 @@ angular.module('copayApp.controllers').controller('createController',
|
|||
self.loading = true;
|
||||
$timeout(function() {
|
||||
|
||||
profileService.createWallet(opts, function(err, walletId) {
|
||||
profileService.createWallet(opts, function(err) {
|
||||
self.loading = false;
|
||||
if (err) {
|
||||
$log.warn(err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue