Closed sunsheeppoplar closed 7 years ago
Right now it seems that it's just openly showing the tooltip text right under the element that I've added the directive onto.
<h3 class="manage-docs-folder-container__each__name" tooltips tooltip-template="{{folder.name}}" tooltip-side="left" tooltip-show-trigger="mouseover" tooltip-hide-trigger="mouseleave">{{ folder.name }}</h3>
produces something like:
HI HI
I've tried this both in Chrome and Firefox. I'm not sure if it's just a local issue?
Classic case of overlooking something easy. I linked the stylesheet improperly. Sorry for the false alert.
Right now it seems that it's just openly showing the tooltip text right under the element that I've added the directive onto.
produces something like:
I've tried this both in Chrome and Firefox. I'm not sure if it's just a local issue?