refactor profileService
This commit is contained in:
parent
7781b93a88
commit
4865ea8ad8
9 changed files with 241 additions and 204 deletions
|
|
@ -8,7 +8,7 @@ angular.module('copayApp.controllers').controller('preferencesEmailController',
|
|||
|
||||
var fc = profileService.focusedClient;
|
||||
this.saving = true;
|
||||
$scope.$emit('Local/EmailSettingUpdated', self.email, function() {
|
||||
$scope.$emit('Local/EmailSettingUpdated', fc,self.email, function() {
|
||||
self.saving = false;
|
||||
go.path('preferences');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue