I want to render a handlebars script inside a div. This used to work fine with ember.0.9.8.js, but now that I'm using ember-1.0.0-pre.2.js and handlebars-1.0.rc.1.js it doesn't work any more. The rendered script is put outside the div.
Here is a JSFiddle illustrating the problem: http://jsfiddle.net/YnwQB/
Here is the same thing with ember 9.8, which works fine: http://jsfiddle.net/zWGyn/
Is this a bug? Or am I missing something?