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

Commit

Permalink
docs(minErr): add minErr description for $compile:tpload
Browse files Browse the repository at this point in the history
Closes #3427
  • Loading branch information
btford authored and IgorMinar committed Aug 7, 2013
1 parent ab59cc6 commit a02aaf1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/content/error/compile/tpload.ngdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
@ngdoc error
@name $compile:tpload
@fullName Template Loader Error
@fullName Error Loading Template
@description

This error occurs when {@link api/ng.$compile `$compile`} attempts to fetch a template from some URL, and the request fails.

To resolve this error, ensure that the URL of the template is spelled correctly and resolves to correct absolute URL.
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.

If you are using {@link api/ng.$templateCache} to pre-load templates, ensure that the cache was populated with the template.

0 comments on commit a02aaf1

Please sign in to comment.