MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / $$QProvider

Function $$QProvider

web/static/bower_components/angular/angular.js:14651–14657  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14649}
14650
14651function $$QProvider() {
14652 this.$get = ['$browser', '$exceptionHandler', function($browser, $exceptionHandler) {
14653 return qFactory(function(callback) {
14654 $browser.defer(callback);
14655 }, $exceptionHandler);
14656 }];
14657}
14658
14659/**
14660 * Constructs a promise manager.

Callers

nothing calls this directly

Calls 1

qFactoryFunction · 0.85

Tested by

no test coverage detected