chandru  kutty
chandru kutty

Reputation: 567

Handlebars custom helper argument not working properly

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

Answers (1)

Hung Weichien
Hung Weichien

Reputation: 223

You should use Ember.Handlebars.registerBoundHelper not Em.Handlebars.registerHelper

Upvotes: 1

Related Questions