MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / $$QProvider

Function $$QProvider

OpenReservation/wwwroot/Scripts/angular.js:15921–15930  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15919 }
15920
15921 function $$QProvider() {
15922 this.$get = [
15923 '$browser', '$exceptionHandler', function ($browser, $exceptionHandler) {
15924 return qFactory(function (callback) {
15925 $browser.defer(callback);
15926 },
15927 $exceptionHandler);
15928 }
15929 ];
15930 }
15931
15932 /**
15933 * Constructs a promise manager.

Callers

nothing calls this directly

Calls 1

qFactoryFunction · 0.85

Tested by

no test coverage detected