We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace13b9 commit f4fe28bCopy full SHA for f4fe28b
src/ng/document.js
@@ -6,8 +6,7 @@
6
* @requires $window
7
*
8
* @description
9
- * A {@link angular.element jQuery (lite)}-wrapped reference to the browser's `window.document`
10
- * element.
+ * A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` element.
11
*/
12
function $DocumentProvider(){
13
this.$get = ['$window', function(window){
0 commit comments