$window
Improve this Doc View Source $window
- service in module ng
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 may be overridde