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

Function isSuccess

test/angular/1.7/angular.js:12126–12128  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

12124
12125
12126function isSuccess(status) {
12127 return 200 <= status && status < 300;
12128}
12129
12130
12131/**

Callers 3

transformResponseFunction · 0.70
doneFunction · 0.70
resolvePromiseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected