mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 23:34:42 +00:00
parent
f4fe28bd92
commit
75345e3487
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
* @requires $window
|
* @requires $window
|
||||||
*
|
*
|
||||||
* @description
|
* @description
|
||||||
* A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` element.
|
* A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` object.
|
||||||
*/
|
*/
|
||||||
function $DocumentProvider(){
|
function $DocumentProvider(){
|
||||||
this.$get = ['$window', function(window){
|
this.$get = ['$window', function(window){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue