MCPcopy
hub / github.com/angular-ui/ui-router / isSuccess

Function isSuccess

test/angular/1.4/angular.js:9821–9823  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

9819
9820
9821function isSuccess(status) {
9822 return 200 <= status && status < 300;
9823}
9824
9825
9826/**

Callers 3

transformResponseFunction · 0.70
doneFunction · 0.70
resolvePromiseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected