show error when send email fails

This commit is contained in:
Ivan Socolsky 2014-12-17 17:16:05 -03:00
commit be6811cb4a
5 changed files with 9 additions and 7 deletions

View file

@ -31,7 +31,7 @@ angular.module('copayApp.services').factory('configService', function($timeout,
};
root.reset = function(cb) {
config = defauls;
config = defaults;
localstorageService.removeItem('config', cb);
};