justin-lau / ui-iconpicker

A Bootstrap 3 Icon Picker implemented in AngularJS
http://justin-lau.github.io/ui-iconpicker/
MIT License
32 stars 33 forks source link

Horrible performance inside an ng-repeat. #10

Open solarisfire opened 8 years ago

solarisfire commented 8 years ago

I'm building a menu editor, where I want to be able to define an icon to sit next to the item in the menu. But having this iconpicker on each ng-repeat element causes horrible performance issues.

Reenuay commented 7 years ago

Will be here any improvements or I can forget about this module?

justin-lau commented 7 years ago

Thank you for bringing this up @Reenuay, @solarisfire, and everyone who has upvoted. I actually had a WIP version 2 that has fixed the performance issue by isolating the iconpicker into a standalone, shared component. I remembered there were something I wanted to improve and never get the chance to work on it for too long. I will spend some nights on the issue, but I can't commit to any specific dates, sorry about that.