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
.
x = new can.Map({ "foo.bar": "baz" }); y = can.stache(`{{#each this}}{{%key}} {{this}}<br>{{/each}}`) $('<div>').append(y(x)).html(); // '\x3C!--Observation<{{#each this}}>-->foo.bar <br>\x3C!--/Observation<{{#each this}}>-->'
The value of "baz" won't be printed
The text was updated successfully, but these errors were encountered:
fixes #14
ff22bd4
justinbmeyer
Successfully merging a pull request may close this issue.
The value of "baz" won't be printed
The text was updated successfully, but these errors were encountered: