I\'m just getting my feet wet with Angularjs. I have an issue which I think has something to do with promises.
Let\'s say I load route \'A\' which makes several ajax
There is a similar question with the answer "How to cancel $resource requests".
While it does not address the question exactly it gives all ingredients to cancel resource request when route is switched:
Cancel resource
Please look at "Cancel Angularjs resource request" for details.