docs($document): improve the description

Closes #5678
This commit is contained in:
Igor Minar 2014-01-07 17:06:05 -08:00
parent ace13b94e6
commit f4fe28bd92

View file

@ -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){