325 Views
The Ember documentation says that in order to define a helper one should use the Ember.Handlebars.helper or the Ember.Handlebars.registerBoundHelper methods. Both of them create a bound helper for you. But what if I need an unbound helper?
0 comments