MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / $$QProvider

Function $$QProvider

code/songhop/www/lib/angular/angular.js:13046–13052  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13044}
13045
13046function $$QProvider() {
13047 this.$get = ['$browser', '$exceptionHandler', function($browser, $exceptionHandler) {
13048 return qFactory(function(callback) {
13049 $browser.defer(callback);
13050 }, $exceptionHandler);
13051 }];
13052}
13053
13054/**
13055 * Constructs a promise manager.

Callers

nothing calls this directly

Calls 1

qFactoryFunction · 0.70

Tested by

no test coverage detected