I\'m trying to switch my Ember application over to using the Ember.Router but am having an issue with where the application template gets appended. When I call App.initializ
Set the rootElement property of the Ember.Application: http://jsfiddle.net/vAxkL/3/
rootElement
Ember.Application
Doc: http://docs.emberjs.com/symbols/Ember.Application.html
EDIT -- Fixed the fiddle by anchoring to the 1.0.pre version: http://jsfiddle.net/vAxkL/11/