diff options
| author | Peter Bacon Darwin | 2014-02-27 21:54:26 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-03-02 15:02:29 +0000 | 
| commit | e89139dc9dd4a9c104d71167bea4987b766767df (patch) | |
| tree | a408120c247e7c4658f905453f2cb9c268a69114 /src/ng/http.js | |
| parent | 26169075c84d89c13b22d225f415841e85ed1036 (diff) | |
| download | angular.js-e89139dc9dd4a9c104d71167bea4987b766767df.tar.bz2 | |
docs(*): ensure jsdoc type expressions are valid
Diffstat (limited to 'src/ng/http.js')
| -rw-r--r-- | src/ng/http.js | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ng/http.js b/src/ng/http.js index a19f146d..0c54f5bb 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.       *       * @@ -875,7 +875,6 @@ function $HttpProvider() {          /**           * @ngdoc property           * @name $http#defaults -         * @propertyOf ng.$http           *           * @description           * Runtime equivalent of the `$httpProvider.defaults` property. Allows configuration of  | 
