Search code examples
angularjstooltip

AngularJS: Show tooltip over the circle


I am writing code for show tooltop on mouseover. I need to display circular tooltip over the circle, when mouseover.

Fiddle : http://jsfiddle.net/89RTg/77/

Here, tooltip is coming in the bottom of the cirlce. Help me.


Solution

  • Do you want to put tooltip to center of circle, I modified your code, please review : <http://jsfiddle.net/89RTg/80/>