angular-ellipsis icon indicating copy to clipboard operation
angular-ellipsis copied to clipboard

Does not support hidden elements

Open amirmiller opened this issue 10 years ago • 1 comments

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

amirmiller avatar Jul 27 '15 11:07 amirmiller

I wrote some code to make it work that way https://github.com/dibari/angular-ellipsis/pull/56

Beelphegor avatar Dec 16 '15 00:12 Beelphegor