Closed atheken closed 9 years ago
Model:
{ "not_here" : false, "placeholder" : "this value should appear when not_here is falsey" }
Template:
{{^not_here}}{{../placeholder}}{{/not_here}}
Expected Result:
this value should appear when not_here is falsey
This was a false negative, Mustachio handles this case correctly.
Model:
Template:
Expected Result: