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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -