MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / rejectPromise

Function rejectPromise

lib/test/angular/1.5.0/angular.js:15613–15617  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

15611 that.$$resolve(val);
15612 }
15613 function rejectPromise(val) {
15614 if (done) return;
15615 done = true;
15616 that.$$reject(val);
15617 }
15618 },
15619
15620 reject: function(reason) {

Callers 1

qFactoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected