mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-28 10:24:45 +00:00
parent
ace13b94e6
commit
f4fe28bd92
1 changed files with 1 additions and 2 deletions
|
|
@ -6,8 +6,7 @@
|
||||||
* @requires $window
|
* @requires $window
|
||||||
*
|
*
|
||||||
* @description
|
* @description
|
||||||
* A {@link angular.element jQuery (lite)}-wrapped reference to the browser's `window.document`
|
* A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` element.
|
||||||
* element.
|
|
||||||
*/
|
*/
|
||||||
function $DocumentProvider(){
|
function $DocumentProvider(){
|
||||||
this.$get = ['$window', function(window){
|
this.$get = ['$window', function(window){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue