Closed oskarrough closed 7 years ago
A component is a view, but I think there may be some corner cases around this. I would recommend that you simply use a component in the template rather than the view declaration. @stefanpenner thoughts?
Looking to solve a similar scenario.
I'm sorry we didn't get back to this previously, but at this point this repo is essentially unmaintained. Please use @html-next/vertical-collection or ember-collection for similar functionality.
Closing...
Hi, I'd like to create a list view that renders a component instead of a view.
Is that possible or should you rather use the
{{ember-list}}
helper? If so, instructions would also be appreciated. Thanks!