I was at a loss until I ran into this problem on Github from search which was completely unrelated to the error message.
Basically, the error boils down to the Handlebars expression enclosed in the HTML comment.
This is probably easier said in code than in words, so here is jsFiddle with a lot of explanations baked in: http://jsfiddle.net/niaconis/JSj7W/1/
The {{computedProp}} expression uses three places inside the template: as usual, in the HTML comment and in the comment for the Handlebars block. Open the web inspector and click the "Recompute" button to see the error that occurred.
You can remove the HTML comment from the sample template and see that the code will work fine if not.
We hope this helps other Ember developers for a simpler solution with such a simple solution.
nickiaconis
source share