docs($templateRequest): fix "returns" description to match code

Closes #10603
This commit is contained in:
Raphael Luba
2014-12-30 07:42:24 +01:00
committed by Pawel Kozlowski
parent 1c76bf7e94
commit 1e5e527c84

View File

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