Skip to content

Commit

Permalink
docs($templateRequest): fix "returns" description to match code
Browse files Browse the repository at this point in the history
  • Loading branch information
rluba authored and pkozlowski-opensource committed Dec 30, 2014
1 parent 1c76bf7 commit 1e5e527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/templateRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 1e5e527

Please sign in to comment.