MCPcopy Index your code
hub / github.com/angular-ui/ui-router / isSuccess

Function isSuccess

test/angular/1.3/angular.js:8733–8735  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

8731
8732
8733function isSuccess(status) {
8734 return 200 <= status && status < 300;
8735}
8736
8737
8738/**

Callers 3

transformResponseFunction · 0.70
doneFunction · 0.70
resolvePromiseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected