;
This commit is contained in:
parent
b17517ede0
commit
6224f36ff6
7 changed files with 7 additions and 7 deletions
|
|
@ -1774,7 +1774,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
});
|
||||
|
||||
$rootScope.$on('Local/EmailUpdated', function(event, email) {
|
||||
self.preferences.email = email
|
||||
self.preferences.email = email;
|
||||
});
|
||||
|
||||
lodash.each(['NewCopayer', 'CopayerUpdated'], function(eventName) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue