marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

413 performance issues #419

Open orlandovallejos opened 7 years ago

orlandovallejos commented 7 years ago

413 Solve the performance issue

@marceljuenemann please run the minifier

Carnid commented 7 years ago

Hello. Is there any chance for this to be merged and released in the near future ? We are currently facing the same issue, and forking when the PR is done and ready to merge would be quite wasteful.

Thank you !

vardan-arm commented 7 years ago

Hi @marceljuenemann ,

We also use this tool and have this issue. Could you please let us know where these changes will be merged?

Thanks!

Carnid commented 7 years ago

@vardan-arm

We have forked and applied the fix in here : https://github.com/Spiria-Digital/angular-drag-and-drop-lists

vardan-arm commented 7 years ago

@Carnid is it published in npm?

Carnid commented 7 years ago

@vardan-arm npm install angular-drag-and-drop-lists-spiria

vardan-arm commented 7 years ago

@Carnid I have tried to install, but it can't be found in repo and I'm getting Error 404. I also couldn't find "angular-drag-and-drop-lists-spiria" package by searching it in npm site.

Carnid commented 7 years ago

@vardan-arm Sorry about that, I just realized we had only published it for bower. It should work for NPM too now.

orlandovallejos commented 7 years ago

There are a lot of pending PR. I guess this user is no longer maintaining this repository. You guys should look for another component because other problems may happen and no one is fixing them (at least in this repository).

vardan-arm commented 7 years ago

@Carnid It works now, thanks a lot for your efforts!