This is similar to the question asked in this post:How do you make a Handlebars helper that is aware of Ember bindings?
I want my customized Handlebars block helper to be aware of Ember bindings:
{{#myHelper my.binding}}
show something here
{{/myHelper}}
But the helper receives my.binding
as string instead of the value. How do I pass the value into the helper?