SlexAxton / sc-handlebars

Compile Sproutcore Handlebars Templates on the server
10 stars 3 forks source link

Problem with using Ember helpers. #3

Open Hinton opened 12 years ago

Hinton commented 12 years ago

I am unable to use the helpers provided by Ember, such as view, each.

I was able to fix this by changing the precompiled template file to use SC.Handlebars.helpers rather than Handlebars.helpers (line 4 in the outputed file).

I am unsure if this is the best solution or if there are better.

SlexAxton commented 12 years ago

I opted to keep the require-handlebars-plugin repo over this technique. Its no longer ember/SC specific. If you have an update to this, I'm happy to pull it in though.