Skip to content
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

Does not support hidden elements #29

Open
amirmiller opened this issue Jul 27, 2015 · 1 comment
Open

Does not support hidden elements #29

amirmiller opened this issue Jul 27, 2015 · 1 comment

Comments

@amirmiller
Copy link

Hi,

I have some elements in ng-show/ng-hide until the ajax call completes.
For these elements ellipsis does not work since element.is(':visible') returns false.
I thought about putting some kind of $(element).on('show', function() { to run buildEllipsis() in this case but so far haven't gotten it to work.

Thanks

@Beelphegor
Copy link
Contributor

I wrote some code to make it work that way #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants