We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771ba7c commit 328f3aeCopy full SHA for 328f3ae
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