I have a application created with Ember.js. The html has script tags. I want to place pure HTML div below the content rendered by Ember.js. But when i place it below like this:
<script type="text/x-handlebars">
</script>
<div>my super div</div>
The super div is above the ember.js content. What to do so it will be below the ember.js content?
Aucun commentaire:
Enregistrer un commentaire