I get an undefined variable in the console log using the latest Handlebars and EmberJS inside a registerHelper function:
However when using emberJS 0.9.8.1 without the Handlebars it works as expected:
Any ideas??
|
I get an undefined variable in the console log using the latest Handlebars and EmberJS inside a registerHelper function: However when using emberJS 0.9.8.1 without the Handlebars it works as expected: Any ideas?? |
|||
|
|
|
In all currently released versions of Ember, we include Handlebars. By including it yourself, I suspect that the two versions are conflicting in unexpected ways. We will likely be splitting Handlebars out from the built "ember.js" in the 1.0 release, but until then, you should not include it yourself. |
|||||||||||
|