Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Is there a way to write {{a()}} or {{foo.attr("bar")}} in Mustache or Handlebars?

$
0
0
EJS and mustache are not simply swapping <%=  for {{.  They have different principles.  You shouldn't/wouldn't want to write {{a()}} or {{foo.bar}} in mustache.  It takes care of this for you ... that's why people like it.

Viewing all articles
Browse latest Browse all 3491

Trending Articles