-
Notifications
You must be signed in to change notification settings - Fork 124
Performance improvement #78
base: master
Are you sure you want to change the base?
Conversation
https://github.com/amitava82/angular-multiselect . new functionality added 1) added tracked by id or $index. id can be spefied as attribute. Css can be applied to while list as well as list item. example updaed to show both scenario. example updaed to show object selection.
Great to see some serious work being done here. However, these are very difficult commits to review:
I can't speak for @amitava82, but I think it might be better if we re-do these changes as nice small commits, so as not to muck up the commit history? I'd be happy to volunteer some of my time, if you can help me with it? Please correct me if I'm wrong, but in order of importance, this PR includes:
I think we should maybe focus on getting this stuff merged in piece by piece. |
To be frank when i saw the chekin history i was bit gutted. All line shows Well changes are not a lot. I'll try to decipher it.
by the way i had one extra commit, as bower_component was not in gitignore I think thats all :) regards On 3 January 2016 at 21:24, Zach Lysobey [email protected] wrote:
|
This is how the doc page looks: [image: Inline images 1] [image: Inline images 2] On 3 January 2016 at 22:02, Ari Biswas [email protected] wrote:
|
by the way bower installation is not working. Its not installing dist "main": [ and some trouble int the package names too. can't remember anymore. I've On 3 January 2016 at 22:07, Ari Biswas [email protected] wrote:
|
…d with an event object. event object consists of current item and action(selected|unselected)
This PR has lots going on and there are files committed not relevant for the project (.idea). Indentations are overshadowing the actual changes. I'd appreciate a clean and legible commits. |
I'll try to get a chance in the next week or so to tackle this. |
Code merged from https://github.com/zachlysobey/angular-multiselect and
https://github.com/amitava82/angular-multiselect . new functionality added 1) added tracked by id or $index. id can be specified as attribute. Css can be applied to while list as well as list item. example updated to show both scenario. example updated to show object selection.