angular-translate-loader-pluggable icon indicating copy to clipboard operation
angular-translate-loader-pluggable copied to clipboard

Soft failure for each loader

Open cyrilchapon opened this issue 7 years ago • 1 comments

Using angular-promise-extras, and $q.allSettled logic. This allow promises concurency without rejecting main promise. We then gather the state of each promise, and merge translation stuff only if resolved. Every rejected promise error is "digested", but still naturally logs to console for now. I didn't follow contribution guidelines because I don't have time for now.

Resolves #7

cyrilchapon avatar May 03 '17 13:05 cyrilchapon

Oh, interesting. Gonna verify this and let you know. thx for contributing :+1:

juristr avatar May 03 '17 13:05 juristr