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
I cannot seem to render HTML from my templates using the {{html value}} token. I have run google chrome dev tools to show me the line of code where i am receiving an exception. On line 493 of jquery.tmpl.js: pntItem.nodes comes up as undefined. When tmplItem is assigned to pntItem on line 486, pntItem does not become an exact copy of tmplItem. As can be seen in this screenshot (see the watch expressions to the right).
Thanks for taking the time to submit this issue. Just wanted to let you know this plugin is no longer being actively developed or maintained by the jQuery team. See README for more info.
I cannot seem to render HTML from my templates using the {{html value}} token. I have run google chrome dev tools to show me the line of code where i am receiving an exception. On line 493 of jquery.tmpl.js: pntItem.nodes comes up as undefined. When tmplItem is assigned to pntItem on line 486, pntItem does not become an exact copy of tmplItem. As can be seen in this screenshot (see the watch expressions to the right).
http://screencast.com/t/QBDZgieVOa
I dont get the error if I use ${value} instead, but i do end up printing the html as text in the page, which is undesirable.
The text was updated successfully, but these errors were encountered: