Open moshest opened 12 years ago
I miss the ability to set a variable as is. for example:
{{set $oldValue null}} {{each entities}} {if $oldValue && $oldValue.someTerm == true}} Do Something {{/if}} {{set $oldValue $value}} {{/each}}
I miss the ability to set a variable as is. for example:
{{set $oldValue null}} {{each entities}} {if $oldValue && $oldValue.someTerm == true}} Do Something {{/if}} {{set $oldValue $value}} {{/each}}