Sync address book with all copayer
This commit is contained in:
parent
21baa103bd
commit
4aa3915381
6 changed files with 117 additions and 35 deletions
|
|
@ -134,6 +134,11 @@ angular.module('copayApp.services')
|
|||
break;
|
||||
}
|
||||
});
|
||||
w.on('addressBookUpdated', function(dontDigest) {
|
||||
if (!dontDigest) {
|
||||
$rootScope.$digest();
|
||||
}
|
||||
});
|
||||
w.on('connectionError', function(msg) {
|
||||
root.onErrorDigest(null, msg);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue