We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vertical collection expects the items provided by group.model to be an array or an object that implements objectAt and will assert if they're not.
group.model
objectAt
Works in ember-sortable 1.x.
<SortableGroup model=myModel as |group|> {{#vertical-collection items=group.model as |item|}} <SortableItem model={{item}}> <div>{{item.name}}</div> </SortableItem> {{/vertical-collection}} </SortableGroup>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Vertical collection expects the items provided by
group.model
to be an array or an object that implementsobjectAt
and will assert if they're not.Works in ember-sortable 1.x.
The text was updated successfully, but these errors were encountered: