Skip to content

Add an "ordered" option to hasMany attributes.#434

Open
spectras wants to merge 1 commit into
ebryn:masterfrom
spectras:feature/ordered_many
Open

Add an "ordered" option to hasMany attributes.#434
spectras wants to merge 1 commit into
ebryn:masterfrom
spectras:feature/ordered_many

Conversation

@spectras
Copy link
Copy Markdown
Contributor

@spectras spectras commented Oct 3, 2015

Pretty self-explaining. Allows doing:

    comments: Ember.hasMany(Comment, { ordered: true })

When this option is set, the ManyArray will be dirty when its items have been re-ordered, even if the set of items is still the same (the test changes from testing whether each item was present in original to testing whether it was at the same place).

Comes with a testcase.

@spectras spectras force-pushed the feature/ordered_many branch from 1c57a88 to e0630d8 Compare October 3, 2015 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant