diff options
| author | Igor Minar | 2014-01-07 17:07:48 -0800 | 
|---|---|---|
| committer | Igor Minar | 2014-01-07 17:07:48 -0800 | 
| commit | 75345e3487642fbc608c3673e64cd7c5d65cb386 (patch) | |
| tree | 37d88f419f5066f5c424889211159957d53ac65c | |
| parent | f4fe28bd92b35cbb558502697dfdd72bee435fee (diff) | |
| download | angular.js-75345e3487642fbc608c3673e64cd7c5d65cb386.tar.bz2 | |
docs($document): moar better description
Closes #5678
| -rw-r--r-- | src/ng/document.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/document.js b/src/ng/document.js index 694412f4..570f9360 100644 --- a/src/ng/document.js +++ b/src/ng/document.js @@ -6,7 +6,7 @@   * @requires $window   *   * @description - * A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` element. + * A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` object.   */  function $DocumentProvider(){    this.$get = ['$window', function(window){ | 
