We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db5079 commit befa2d1Copy full SHA for befa2d1
src/ng/document.js
@@ -6,7 +6,7 @@
6
* @requires $window
7
*
8
* @description
9
- * 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.
10
*/
11
function $DocumentProvider(){
12
this.$get = ['$window', function(window){
0 commit comments