angular-oboe
angular-oboe copied to clipboard
Added function to handle .fail calls. This helps to workaround a bug…
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