docs($document): moar better description

Closes #5678
This commit is contained in:
Igor Minar 2014-01-07 17:07:48 -08:00
parent f4fe28bd92
commit 75345e3487

View file

@ -6,7 +6,7 @@
* @requires $window
*
* @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(){
this.$get = ['$window', function(window){