Hi Tom, Looks like you are using UI-router, I have no experience with that, so I can't advise on that part.
However this: return $q.reject(response).catch(angular.noop); will always return a resolved promise. This line is 1 on 1 the same as: return $q.resolve(angular.noop) I don't think that's what you are after. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
