Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs($document): improve the description
Browse files Browse the repository at this point in the history
Closes #5678
  • Loading branch information
IgorMinar committed Jan 8, 2014
1 parent ace13b9 commit f4fe28b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ng/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit f4fe28b

Please sign in to comment.