720kb / angular-tooltips

Angularjs tooltips module, add tooltips to your elements - https://720kb.github.io/angular-tooltips
351 stars 157 forks source link

Tooltip Is Shown On DOM Before Any Event #199

Closed sunsheeppoplar closed 7 years ago

sunsheeppoplar commented 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?

sunsheeppoplar commented 7 years ago

Classic case of overlooking something easy. I linked the stylesheet improperly. Sorry for the false alert.