Skip to content
New issue

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

can.Mustache.safestring does not work with computed properties #606

Closed
Lanodd opened this issue Dec 11, 2013 · 1 comment · Fixed by #624
Closed

can.Mustache.safestring does not work with computed properties #606

Lanodd opened this issue Dec 11, 2013 · 1 comment · Fixed by #624
Labels
Milestone

Comments

@Lanodd
Copy link

Lanodd commented Dec 11, 2013

Here's the fiddle with everything: http://jsfiddle.net/Lanodd/CZT7Y/

@justinbmeyer
Copy link
Contributor

On first thought, this might be difficult to fix. While parsing the template, can.Mustache essentially hard-codes something like {{name}} to call can.view.live.text. We'd have to wait until "runtime" to determine if it should call can.view.live.html instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants