Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Track by broken #1263

Closed
ChristianKohler opened this issue Oct 22, 2015 · 9 comments
Closed

Track by broken #1263

ChristianKohler opened this issue Oct 22, 2015 · 9 comments

Comments

@ChristianKohler
Copy link

See: #1208 (comment)

@samuel-weber
Copy link

+1

@chris-hanson
Copy link

While not really a fix - I've found if you add the filter before the track by it will work eg:

 <ui-select-choices repeat="thing in things | filter: $select.search track by thing.id">

@samuel-weber
Copy link

Hi, Thanks for the comment. We cannot do this in our solution. Do so we have to refactor the whole code...
According to the documentation it should be possible to use the standard syntax: https://github.com/angular-ui/ui-select/wiki/ui-select#examples-async

@stringbeans
Copy link

+1

@chris-hanson is correct in that everything is fine if a filter is applied before the track by, but this should be fixed

@MikaAK
Copy link

MikaAK commented Oct 30, 2015

+1 I'm experiencing this aswell. Thanks for the workaround @chris-hanson

@masterspambot
Copy link

💯 It's really important feature to fix!

@KrakenTyio
Copy link

+1 when filter is not present, but track by is, then app throw exception

@meyerds
Copy link
Contributor

meyerds commented Dec 16, 2015

+1

@user378230
Copy link
Contributor

Closing as resolved by #1477

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

No branches or pull requests

9 participants