handlebars.js - Is there a way to apply multiple helpers to a template in Handlebars? -
i have 2 handlebars helpers use.
first timeboundset takes array , datefield , selects , applies elements fall after datefield.
second sortedset sorts array first , uses elements.
is there way can use both helpers on array in html , not doing workaround in javascript.?
there no plans support functionality.
https://github.com/wycats/handlebars.js/issues/304
although, there's implementation try out if want it.
Comments
Post a Comment