Nick McCready
Member since Jan 11, 2015
- Profile: /members/12490-nick-mccready.htm
- Comments: 1
Recent Blog Comments By Nick McCready
-
Aborting AJAX Requests Using $http And AngularJS
Posted on Jan 11, 2015 at 2:41 AM
I made a decorator over $http that does the same thing you have done over the service. Therefore canceling of $http promises is simple from the get go. https://gist.github.com/nmccready/a19370e9ae0772d03ba8 Thanks for your example as it helped immensely.... read more »