Reputation: 567
I am passing variable in handlebars custom helper "{{renderHTML model.content}} "
but in helper argument It is coming just as string 'model.content'
Upvotes: 0
Views: 270
Reputation: 223
You should use Ember.Handlebars.registerBoundHelper not Em.Handlebars.registerHelper
Upvotes: 1