diff options
| author | Peter Bacon Darwin | 2014-02-14 15:52:17 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:44 +0000 | 
| commit | 2123772a653eeb969ef6f8c21d1daee878098fe1 (patch) | |
| tree | cf26be60ffd6323c0e537fecba4dbe9027522bad /src/ng/http.js | |
| parent | cb1efd818be0b8622d1ffe4340241d85b9690b8e (diff) | |
| download | angular.js-2123772a653eeb969ef6f8c21d1daee878098fe1.tar.bz2 | |
docs(api): escape params that have <object> in their type
Really the doc-gen process should escape there but for now this should
stop the layout from breaking.
Diffstat (limited to 'src/ng/http.js')
| -rw-r--r-- | src/ng/http.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/http.js b/src/ng/http.js index 7d9a82be..62e255db 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -573,7 +573,7 @@ function $HttpProvider() {       *   - **headers** – `{function([headerName])}` – Header getter function.       *   - **config** – `{Object}` – The configuration object that was used to generate the request.       * -     * @property {Array.<Object>} pendingRequests Array of config objects for currently pending +     * @property {Array.<Object>} pendingRequests Array of config objects for currently pending       *   requests. This is primarily meant to be used for debugging purposes.       *       * | 
