8 ms·
Yeah, the equality check thing kills me. I have a page that needs <selects> for choosing a time of day, and so I set a bunch of vars like isHour1, isHour2 and
by underwires 14y ago
Yeah, the equality check thing kills me. I have a page that needs <selects> for choosing a time of day, and so I set a bunch of vars like isHour1, isHour2 and isMin0, inMin5, etc. A total pain when what I want is {{if hour == 1}} http://jsbin.com/uvuhip/1/edit http://jsbin.com/uvuhip/1/edit
ugly...
- ludwigvan 14y agoIs that mustache, or handlebars? If handlebars, maybe you could try writing a helper as I mentioned.