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
in mustache.js you can access individual array elements with this syntax: {{array.2}} which should return "fizz". I tried it with Mustachio and unfortunately it doesn't work. It just interpolates to nothing, no exceptions thrown.
Is there a working way of doing this in Mustachio? If not is there an argument against it?
The text was updated successfully, but these errors were encountered:
Mustachio have not gotten any feature update since a few years, but i have forked it and made a few changes to it you might want to check it out: https://github.com/JPVenson/morestachio
I have given model
in mustache.js you can access individual array elements with this syntax: {{array.2}} which should return "fizz". I tried it with Mustachio and unfortunately it doesn't work. It just interpolates to nothing, no exceptions thrown.
Is there a working way of doing this in Mustachio? If not is there an argument against it?
The text was updated successfully, but these errors were encountered: