From 2123772a653eeb969ef6f8c21d1daee878098fe1 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 14 Feb 2014 15:52:17 +0000 Subject: docs(api): escape params that have in their type Really the doc-gen process should escape there but for now this should stop the layout from breaking. --- src/ng/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/http.js') 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.} 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. * * -- cgit v1.2.3