angular-ellipsis
angular-ellipsis copied to clipboard
Does not support hidden elements
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
I wrote some code to make it work that way https://github.com/dibari/angular-ellipsis/pull/56