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

Function isSuccess

test/angular/1.6/angular.js:11555–11557  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

11553
11554
11555function isSuccess(status) {
11556 return 200 <= status && status < 300;
11557}
11558
11559
11560/**

Callers 3

transformResponseFunction · 0.70
doneFunction · 0.70
resolvePromiseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected