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

docs(minErr): add minErr description for $compile:tpload #3427

Closed
wants to merge 1 commit into from

Conversation

btford
Copy link
Contributor

@btford btford commented Aug 1, 2013

No description provided.

@mary-poppins
Copy link

Thanks for the PR!

  • Contributor signed CLA now or in the past
    • If you just signed, leave a comment here with your real name
  • PR's commit messages follow the commit message format

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

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 reachable. The
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"reachable" could be enhanced to include: "check that the templateUrl is spelled correctly; that the path is correct compared to the current application base href; or that the template has been pre-loaded into the {@link $templateCache}

@btford btford closed this in a02aaf1 Aug 7, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants