mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-28 04:00:23 +00:00
parent
7cf70c587e
commit
c37bb2dc28
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
|||
* @requires $window
|
||||
*
|
||||
* @description
|
||||
* A reference to the browser window.document, but wrapped into angular.element().
|
||||
* A {@link angular.element jQuery (lite)}-wrapped reference to the browser's `window.document`
|
||||
* element.
|
||||
*/
|
||||
angularServiceInject("$document", function(window){
|
||||
return jqLite(window.document);
|
||||
|
|
|
|||
Loading…
Reference in a new issue