itemController
Ember Notes on Deleting one post item
A quick write down of notes about how to delete one post item instead of all of them. The issue: On a posts template (templates/posts.hbs) a helper will send an action to the posts controller (controller/posts.js) which in the case of a delete button would delete all the posts, not just one post item. So…
Read More