-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
It looks quite nice! I like the approach!
Although it seems that using this plugin the HTML markup won't validate anymore when using things such as:
<ul>
{{#foreach: items}}
<li>The current item is: {{name}}</li>
{{/foreach}}
</ul>
I guess the approach to it is by combining it with knockout binds?
<ul>
<!-- foreach: items -->
<li>The current item is: {{name}}</li>
<!-- /ko -->
</ul>
Metadata
Metadata
Assignees
Labels
No labels