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
it'd be sweet for this library to support iteration through arrays.
{contacts :
[{name : 'matt'},{name : 'john'}]}
<ul>
{#contacts}<li>{name}</li>{/contacts}
</ul>
I took a look at the way the lib is structured - it doesn't look trivial to implement. I feel like it's the last feature missing from a lightweight "core" mustache though.
The text was updated successfully, but these errors were encountered:
it'd be sweet for this library to support iteration through arrays.
I took a look at the way the lib is structured - it doesn't look trivial to implement. I feel like it's the last feature missing from a lightweight "core" mustache though.
The text was updated successfully, but these errors were encountered: