Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1e5e527

Browse files
rlubapkozlowski-opensource
authored andcommitted
docs($templateRequest): fix "returns" description to match code
Closes #10603
1 parent 1c76bf7 commit 1e5e527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ng/templateRequest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var $compileMinErr = minErr('$compile');
1515
* @param {string} tpl The HTTP request template URL
1616
* @param {boolean=} ignoreRequestError Whether or not to ignore the exception when the request fails or the template is empty
1717
*
18-
* @return {Promise} the HTTP Promise for the given.
18+
* @return {Promise} a promise for the the HTTP response data of the given URL.
1919
*
2020
* @property {number} totalPendingRequests total amount of pending template requests being downloaded.
2121
*/

0 commit comments

Comments
 (0)