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
When using mustache is too easy to have silent errors, for example a template with:
{{user}}
will not show any errors if passed a scope without the user object.
user
What about warnings about this in dev?
VOTE FOR THIS ISSUE HERE: http://bithub.com/event/25832
The text was updated successfully, but these errors were encountered:
Agreed. Adding it to 2.1 milestone.
Sorry, something went wrong.
In dev? How do you put CanJS in dev mode? Using steal.dev?
You load e.g. can.jquery.dev.js from the download. Also see the blog post about the latest CanJS infrastructure improvements.
That is awesome. Thanks.
adding dev warning when variable in mustache template is not found. C…
5261ff8
…loses canjs#720
a31f6f3
Successfully merging a pull request may close this issue.
When using mustache is too easy to have silent errors, for example a template with:
will not show any errors if passed a scope without the
user
object.What about warnings about this in dev?
VOTE FOR THIS ISSUE HERE: http://bithub.com/event/25832
The text was updated successfully, but these errors were encountered: