We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/path/to/template.html
The shorthand
{templateUrl: '/templates/albums'}
is not as clear as the longhand
{templateUrl: '/templates/albums.html'}
and can lead to infinite-recursion problems when running alternate servers (i.e. budo).
The text was updated successfully, but these errors were encountered:
fixes #22 - use full path to templateUrl (with file extension) for cl…
39634d3
…arity
Successfully merging a pull request may close this issue.
The shorthand
{templateUrl: '/templates/albums'}
is not as clear as the longhand
{templateUrl: '/templates/albums.html'}
and can lead to infinite-recursion problems when running alternate servers (i.e. budo).
The text was updated successfully, but these errors were encountered: