From c37bb2dc2880ac066c0a465eb6390bf870c84a29 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 16 Feb 2011 00:10:47 -0500 Subject: improving the $document docs Closes #276 --- src/service/document.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/service/document.js b/src/service/document.js index f15c5900..4de22a80 100644 --- a/src/service/document.js +++ b/src/service/document.js @@ -5,7 +5,8 @@ * @requires $window * * @description - * A reference to the browser window.document, but wrapped into angular.element(). + * A {@link angular.element jQuery (lite)}-wrapped reference to the browser's `window.document` + * element. */ angularServiceInject("$document", function(window){ return jqLite(window.document); -- cgit v1.2.3