0

Hi is it possible to create a tooltip of which the content is an AngularJS directive? Meaning that the tooltip contains not only texts (like a normal tooltip), but some SVG graphs as well. The use case will be the same, say, the user mouses-over an element, and instead of showing some texts, it's now showing some graphs.

richards
  • 517
  • 9
  • 27
  • This might help http://stackoverflow.com/questions/26541864/how-do-i-create-an-angularjs-tooltip-directive-with-a-compiled-template – Satej S Jun 07 '16 at 07:32

1 Answers1

0

You can use angular-bootstrap popover directive with custom template. You can read here

Community
  • 1
  • 1
E. Abrakov
  • 463
  • 2
  • 6