Skip to content

Handlebars Helper

Phil Taylor requested to merge feature/handlebars_helper_if_statement into master

Done:

• Added an “if condidion” allowing you to do more advanced checking that the existing “if-equals” allowed.

Example:

{{#if-condition this.available '>=' 1}}1{{else}}0{{/if-condition}}

Merge request reports