mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-03 22:44:00 +08:00
@@ -6,8 +6,7 @@
|
||||
* @requires $window
|
||||
*
|
||||
* @description
|
||||
* A {@link angular.element jQuery (lite)}-wrapped reference to the browser's `window.document`
|
||||
* element.
|
||||
* A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` element.
|
||||
*/
|
||||
function $DocumentProvider(){
|
||||
this.$get = ['$window', function(window){
|
||||
|
||||
Reference in New Issue
Block a user