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

Function $WindowProvider

lib/test/angular/1.5.0/angular.js:18925–18927  ·  view source on GitHub ↗

* @ngdoc service * @name $window * * @description * A reference to the browser's `window` object. While `window` * is globally available in JavaScript, it causes testability problems, because * it is a global variable. In angular we always refer to it through the * `$window` service, so it ma

()

Source from the content-addressed store, hash-verified

18923 </example>
18924 */
18925function $WindowProvider() {
18926 this.$get = valueFn(window);
18927}
18928
18929/**
18930 * @name $$cookieReader

Callers

nothing calls this directly

Calls 1

valueFnFunction · 0.70

Tested by

no test coverage detected