Monitoring $http Activity With $http Interceptors In AngularJS
All Requests:
-
Total: {{ trafficCop.total.all }}
-
GET: {{ trafficCop.total.get }}
-
POST: {{ trafficCop.total.post }}
Pending Requests:
-
Total: {{ trafficCop.pending.all }}
-
GET: {{ trafficCop.pending.get }}
-
POST: {{ trafficCop.pending.post }}
Make more requests.