Here's what I am trying to do:
I have a grid of elements that have text-overflow: hidden and I want to be able to show a popover/tooltip iff the text is actually hidden. I can do this manually with javascript by doing some width math but I am unsure how I would modify the existing directives to add this new condition.
Any ideas?