This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
v1.6.4
- Use
Ember.Handlebars
, notHandlebars
for helper management - The default
compileTemplate
throws anEmber.Error
if the full
Ember.Handlebars
is not available - Check
view.$()
instead ofview.state
as Ember is deprecating the
latter in favor in favor ofview._state
, but doesn't consider either
to be part of the public API. - Convert
Em
toEmber
for consistency