I'm reading this article and the author points out the following :
In app/app.js adjust the ApplicationView so that it doesn’t insert the wrapping ember-view div under the body — it interferes with the height of the canvas div that jasny-bootstrap uses.
App = Ember.Application.extend({
modulePrefix: config.modulePrefix,
podModulePrefix: config.podModulePrefix,
Resolver: Resolver,
ApplicationView:Ember.View.extend({tagName:''})
});
The thing is that i'm running Emberjs 2.6 with no views. How can i accomplish the same thing?
Aucun commentaire:
Enregistrer un commentaire