Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a02aaf1

Browse files
btfordIgorMinar
authored andcommitted
docs(minErr): add minErr description for $compile:tpload
Closes #3427
1 parent ab59cc6 commit a02aaf1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
@ngdoc error
22
@name $compile:tpload
3-
@fullName Template Loader Error
3+
@fullName Error Loading Template
44
@description
5+
6+
This error occurs when {@link api/ng.$compile `$compile`} attempts to fetch a template from some URL, and the request fails.
7+
8+
To resolve this error, ensure that the URL of the template is spelled correctly and resolves to correct absolute URL.
9+
The [Chrome Developer Tools](https://developers.google.com/chrome-developer-tools/docs/network#network_panel_overview) might also be helpful in determining why the request failed.
10+
11+
If you are using {@link api/ng.$templateCache} to pre-load templates, ensure that the cache was populated with the template.

0 commit comments

Comments
 (0)