You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2018. It is now read-only.
I have this {{#ifValue product_type is="installment"}}
where product_type is a data attribute I'm passing in to the custom ifValue helper. Is this possible yet with hamlbars?
The text was updated successfully, but these errors were encountered:
Ok so part of the JSON data that I'm passing looks like this { product_type: "credit_line" }
Then in my haml template. I have {{#ifValue product_type is="installment"}}
I created a helper called ifValue which determines if product_type is equal to whatever is inside is=""
I'm trying to see how to write the {{#ifValue product_type is="installment"}} part using your gem and if that's possible. Does that make more sense now? Thanks!
I have this
{{#ifValue product_type is="installment"}}
where
product_type
is a data attribute I'm passing in to the customifValue
helper. Is this possible yet with hamlbars?The text was updated successfully, but these errors were encountered: