720kb / angular-tooltips

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

when tooltip-show="true" , Tootltip not hidden when hover on other items #210

Closed ghost closed 7 years ago

ghost commented 7 years ago

When tooltip set to tooltip-show="true" Tooltip does not hides when hover on other elements

Tooltip should hide when hover on other elements. can we do that ?

45kb commented 7 years ago

@SaffaShujah tooltip-show="true" means it's always visible, set it to FALSE when you want to hide it manually.

ghost commented 7 years ago

tooltip-hidden="" is this flag can be set dynamically?

45kb commented 7 years ago

no just toggle tooltip-show="true/false" should do the job.

otherwise tooltips-show="true" then tooltip-hidden="true" to hide just playaround with them ;)