-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
De-duplicate entries over labels #76
base: master
Are you sure you want to change the base?
Conversation
ff3b3b0
to
7ce575f
Compare
7ce575f
to
5c322b6
Compare
Hi! I'm not really sure I understand what your changes are supposed to do. Are you dedup-ing on the |
5c322b6
to
dd3587e
Compare
My boss just reassigned me to this project, so I'll start working on v6, which will be a complete rewrite with performance in mind. My tasks are (literal project requirements)
This is the only PR so I'll try to understand better the need of this before deciding if/how to implement it. Wouldn't it be easier to just make the directive accept arrays as values? That way you could just pass
Or said with other words, why should we implement deduping rather than just accepting all types of data as values? |
By the way, sorry for not REing before, I have 0 time until now. |
What you suggested could be used, but I see it more as a hack. It breaks the simplicity of use; where previously I could simply take the output of angular-multi-select and wire up my views with a single |
Agreed. I'll look how to implement this in v6. |
@pritambaral I haven't forgot about this one. Just pushed the initial v6 code. Will get to this very soon. |
If the input model has multiple rows with the same item-label, don't treat them as different entries.
Example (we want to filter by engine):