You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Here's the fiddle with everything: http://jsfiddle.net/Lanodd/CZT7Y/
The text was updated successfully, but these errors were encountered: