diff options
| author | Igor Minar | 2014-01-07 17:06:05 -0800 | 
|---|---|---|
| committer | Igor Minar | 2014-01-07 17:06:22 -0800 | 
| commit | f4fe28bd92b35cbb558502697dfdd72bee435fee (patch) | |
| tree | 5addfb426892119d274a132da3d352bbbeeb3598 /src/ng/document.js | |
| parent | ace13b94e6b2d7e97f21ead630f4565be40d31f2 (diff) | |
| download | angular.js-f4fe28bd92b35cbb558502697dfdd72bee435fee.tar.bz2 | |
docs($document): improve the description
Closes #5678
Diffstat (limited to 'src/ng/document.js')
| -rw-r--r-- | src/ng/document.js | 3 | 
1 files changed, 1 insertions, 2 deletions
| 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){ | 
