Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Having a filter on ng-repeat destroys the sorting order. #122

Closed
aziz opened this issue Feb 17, 2014 · 2 comments
Closed

Having a filter on ng-repeat destroys the sorting order. #122

aziz opened this issue Feb 17, 2014 · 2 comments

Comments

@aziz
Copy link

aziz commented Feb 17, 2014

I'm using angular 1.2.12 and the 1.2 branch of this repo.
If I remove the fitler: settings_filter the sortable works fine but adding the filter will mess with the ordering of items after dragging an element to a new position.

<tbody ui-sortable="sortable_options" ng-model="settings">
  <tr ng-repeat="rule in settings | filter: settings_filter"

Am I missing something, or it's just a bug?

@thgreasi thgreasi added wontfix and removed wontfix labels Feb 17, 2014
@thgreasi
Copy link
Contributor

Please use the search. It's been less than 7 days since the same issue was last opened...
#113, #70 ...

@aziz
Copy link
Author

aziz commented Feb 17, 2014

Thanks and sorry for the inconvenience.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants