You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: