Hi there, I'm trying to handle an error and then dress it up a bit and then pass it to the next catch handler in the chain.
I'm following the instructions in the documentation<https://docs.angularjs.org/api/ng/service/$q#defer>and returning $q.reject(newReason) However I find that the original reason from the first rejection persists. I tried writing an angular test<https://github.com/redthor/angular.js/tree/qServiceBugReproduceAttempt>but the test passed... So then I tried it in jsbin and I think I've reproduced it there: http://jsbin.com/ranivadu/1/edit?js,console,output I may be doing something basically wrong. Any help appreciated. Thanks, Doug -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
