Ember.JS: Using The Unbound Helper

added by Bob Senoff
11/30/2014 6:37:49 PM

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