-
Notifications
You must be signed in to change notification settings - Fork 98
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
ng-repeat with 300+ items? #28
Comments
Performance can be an issue. #14 looks promising, but needs some work to get it integrated. |
Ahhh... it is mostly from the fact that data-bind is being used. Is there a way to use angular-ellipsis without data-binding?
VS.
|
#42 should have fixed this issue. |
The issue is still relevant, unfortunately :( It takes a couple of seconds to work with 90 items. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an upper limit to the amount of truncations this directive can perform? I have 300+ right now and it is taking a few seconds.
Please advise.
The text was updated successfully, but these errors were encountered: