fix url handling on cold start
This commit is contained in:
parent
e28a4fb2ad
commit
27e925b84f
3 changed files with 12 additions and 9 deletions
|
|
@ -171,7 +171,7 @@ angular.module('copayApp.services')
|
|||
}
|
||||
|
||||
root.isBound = true;
|
||||
$root.$emit('Local/ProfileBound');
|
||||
$rootScope.$emit('Local/ProfileBound');
|
||||
return cb();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue