I am trying to capture ajax start and end event in a AngularJS. While using JQuery, one can use ajaxStart, ajaxComplete etc to capture start,complete,end,fail events globally(or locally) in an application.
How can I globally track ajax events(start,end,failed) using AngularJS? I am trying to show busy indicator and disable UI during an AJax call.