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
Take a look at this post
You could do what he is doing and resolve the promise to abort the request on a route change (or state change if using ui router).
It may not be the easiest thing to make happen but seems like it can work.