I'm not sure if I'm having an issue using ember-resources or if there is a limitation with how ember templates work.
- Open up devtools to see the console logs
- Click "fill list" a few times
- Note that the item.values update, but what is displayed in the template does not.
- the item.values appears to change when the resource is called, so I don't think the resource is the issue?