angular-oboe icon indicating copy to clipboard operation
angular-oboe copied to clipboard

Added function to handle .fail calls. This helps to workaround a bug…

Open amit777 opened this issue 6 years ago • 0 comments

The promise implementation in angular-oboe is affected by a bug in OboeJS. The resolve method is called before reject method during an error condition. Here is more information on the bug upstream: https://github.com/jimhigson/oboe.js/pull/166

amit777 avatar Oct 05 '19 21:10 amit777