mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 17:12:34 +08:00
docs($templateRequest): fix "returns" description to match code
Closes #10603
This commit is contained in:
committed by
Pawel Kozlowski
parent
1c76bf7e94
commit
1e5e527c84
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user