Added feedback when changing settings

This commit is contained in:
Ivan Socolsky 2014-09-26 17:52:35 -03:00
parent 59c12e19e7
commit 3f766ebf60
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ angular.module('copayApp.controllers').controller('MoreController',
alternativeName: $scope.selectedAlternative.name,
alternativeIsoCode: $scope.selectedAlternative.isoCode,
});
notification.success('Success', $filter('translate')('settings successfully updated'));
controllerUtils.updateBalance();
};