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
#Is there a way to use Mustache with a local json file?
At the moment if I use this.
$.getJSON('js/data.json', function(demos) {
console.log(demos);
var template = $('#demo-template').html();
var html = Mustache.to_html(template, demos);
$('#wrapper').html(html);
});
but the filters don't work
Thanks
The text was updated successfully, but these errors were encountered:
#Is there a way to use Mustache with a local json file?
At the moment if I use this.
but the filters don't work
Thanks
The text was updated successfully, but these errors were encountered: