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

Function isSuccess

test/angular/1.2/angular.js:7506–7508  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

7504
7505
7506function isSuccess(status) {
7507 return 200 <= status && status < 300;
7508}
7509
7510
7511/**

Callers 3

transformResponseFunction · 0.70
doneFunction · 0.70
resolvePromiseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected