mercredi 27 janvier 2016

How to set the class of the root div in an Ember application?

I have an Ember 2.3.0 application. When the application is initialized, Ember creates a root div inside which, everything I create is inserted. This div looks like this:

<div id="ember351" class="ember-view"></div>

This element is a first child of the <body> element. I need to be able to set the class of this div. How do I do that?




Aucun commentaire:

Enregistrer un commentaire