ember-handlebars-compiler Module
Parent: ember
Prepares the Handlebars templating library for use inside Ember's view system.
The Ember.Handlebars
object is the standard Handlebars library, extended to
use Ember's get()
method instead of direct property access, which allows
computed properties to be used inside templates.
To create an Ember.Handlebars
template, call Ember.Handlebars.compile()
.
This will return a function that can be used by Ember.View
for rendering.