I have this template that loops through some posts. Code is bellow
<div id='posts'>
{{#each sortedNewsfeedEntries}}
{{ feed-post post=this.feed_post currentController=controller }}
{{/each}}
</div>
What i want to do is unbinds everything thats the component renders out. So it simply just renders the html once.
Is there anyway of doing this in emberjs?
Aucun commentaire:
Enregistrer un commentaire