Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-router
/ rejectPromise
Function
rejectPromise
test/angular/1.5/angular.js:16757–16761 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
16755
that.$$resolve(val);
16756
}
16757
function
rejectPromise(val) {
16758
if
(done)
return
;
16759
done = true;
16760
that.$$reject(val);
16761
}
16762
},
16763
16764
reject:
function
(reason) {
Callers
1
qFactory
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected