MCPcopy Create free account
hub / github.com/angular-ui/ui-router / removePendingReq

Function removePendingReq

test/angular/1.2/angular.js:8500–8503  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8498
8499
8500 function removePendingReq() {
8501 var idx = indexOf($http.pendingRequests, config);
8502 if (idx !== -1) $http.pendingRequests.splice(idx, 1);
8503 }
8504 }
8505
8506

Callers

nothing calls this directly

Calls 1

indexOfFunction · 0.85

Tested by

no test coverage detected