Skip to content

Commit

Permalink
docs($document): improve the description
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar authored and jamesdaily committed Jan 27, 2014
1 parent a051a28 commit 9db5079
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 9db5079

Please sign in to comment.