Added feedback when changing settings
This commit is contained in:
parent
59c12e19e7
commit
3f766ebf60
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ angular.module('copayApp.controllers').controller('MoreController',
|
||||||
alternativeName: $scope.selectedAlternative.name,
|
alternativeName: $scope.selectedAlternative.name,
|
||||||
alternativeIsoCode: $scope.selectedAlternative.isoCode,
|
alternativeIsoCode: $scope.selectedAlternative.isoCode,
|
||||||
});
|
});
|
||||||
|
notification.success('Success', $filter('translate')('settings successfully updated'));
|
||||||
controllerUtils.updateBalance();
|
controllerUtils.updateBalance();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue