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

Function $WindowProvider

lib/test/angular/1.7.0/angular.js:21164–21166  ·  view source on GitHub ↗

* @ngdoc service * @name $window * @this * * @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 AngularJS we always refer to it through the * `$window` servic

()

Source from the content-addressed store, hash-verified

21162 </example>
21163 */
21164function $WindowProvider() {
21165 this.$get = valueFn(window);
21166}
21167
21168/**
21169 * @name $$cookieReader

Callers

nothing calls this directly

Calls 1

valueFnFunction · 0.70

Tested by

no test coverage detected