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
When I change <div id="subjectList" class="hidden"> to <script type="text/x-handlebars" id="subjectList"> it's working. But I still don't understand why it works with template inside <li> and why not with template inside <table> tag.
I've this data -
Handlebar does render above data into following template-
But when I try to use tables, it does not load it. I used
{{#each}}
to loop through data but it directly goes to{{else}}
section.Here's complete code for test case -
and javascript -
Example also set up here -
http://jsfiddle.net/K9gLK/
The text was updated successfully, but these errors were encountered: