rootElementString|Element
public
If present, overrides the application's rootElement
property on the instance. This is useful for testing environment, where you might want to append the root view to a fixture area.
In non-browser mode, because Ember does not have access to jQuery, this options must be specified as a DOM Element
object instead of a selector string.
See the documentation on Ember.Applications
's rootElement
for details.
Default: null
Please login to continue.