MCPcopy
hub / github.com/angular-ui/ui-router / $$QProvider

Function $$QProvider

test/angular/1.3/angular.js:13227–13233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13225}
13226
13227function $$QProvider() {
13228 this.$get = ['$browser', '$exceptionHandler', function($browser, $exceptionHandler) {
13229 return qFactory(function(callback) {
13230 $browser.defer(callback);
13231 }, $exceptionHandler);
13232 }];
13233}
13234
13235/**
13236 * Constructs a promise manager.

Callers

nothing calls this directly

Calls 1

qFactoryFunction · 0.70

Tested by

no test coverage detected