Downloads a template using $http and, upon success, stores the contents inside of $templateCache.
If the HTTP request fails or the response data of the HTTP request is empty then a $compile error will be thrown (unless {ignoreRequestError} is set to true).
The template URL.
Whether or not to ignore the exception when the request fails or the template is empty.
A promise whose value is the template content.
total amount of pending template requests being downloaded.
Generated using TypeDoc
$templateRequest service see http://docs.angularjs.org/api/ng/service/$templateRequest