We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c76bf7 commit 1e5e527Copy full SHA for 1e5e527
src/ng/templateRequest.js
@@ -15,7 +15,7 @@ var $compileMinErr = minErr('$compile');
15
* @param {string} tpl The HTTP request template URL
16
* @param {boolean=} ignoreRequestError Whether or not to ignore the exception when the request fails or the template is empty
17
*
18
- * @return {Promise} the HTTP Promise for the given.
+ * @return {Promise} a promise for the the HTTP response data of the given URL.
19
20
* @property {number} totalPendingRequests total amount of pending template requests being downloaded.
21
*/
0 commit comments