angular-ellipsis
angular-ellipsis copied to clipboard
6 second delay
For some reason, when I use this directive my pages are very slow. Not sure what could be the issue - I'm running it with HTML in the binding, perhaps that is it....
It might also be the resize listener, especially if you have a good deal of ellipsis directives on the same page. Try commenting out 112 to 123 and seeing if the performance improves. There are things you can do to limit resize evaluations if that is the issue.
https://github.com/dibari/angular-ellipsis/pull/42 should have fixed this issue.
The issue is still relevant when using many items with the ellipsis directive
this is the devil
I think it can be alleviate by using ResizeSensor