I need cancel the current pending ajax request, when I try use .resolve() method then all subsequent AJAX call are aborted, but not the current. I use angular AngularJS v1.4.5
Asked
Active
Viewed 42 times
1
-
[Check this Answer](http://stackoverflow.com/a/24456539/6229597) I think this will help you – Tojo Paul Mangaly Aug 02 '16 at 14:48
1 Answers
0
This is not possible as far as I know and it's used as an argument for using the RxJS that has support for cancelable observables.
This answer is also related.

Community
- 1
- 1

Jiri Kremser
- 12,471
- 7
- 45
- 72