From f4fe28bd92b35cbb558502697dfdd72bee435fee Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 7 Jan 2014 17:06:05 -0800 Subject: docs($document): improve the description Closes #5678 --- src/ng/document.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ng/document.js') diff --git a/src/ng/document.js b/src/ng/document.js index f1f2d334..694412f4 100644 --- a/src/ng/document.js +++ b/src/ng/document.js @@ -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){ -- cgit v1.2.3