HTMLBars

Ember.HTMLBars Class

Module: ember-glimmer

makeBoundHelper (fn) private

Defined in packages/ember-glimmer/lib/make-bound-helper.js:8
Available since 1.10.0

Create a bound helper. Accepts a function that receives the ordered and hash parameters from the template. If a bound property was provided in the template, it will be resolved to its value and any changes to the bound property cause the helper function to be re-run with the updated values.