Currently facing an issue with HTML/Bootstrap. My tabs are displayed using the uib-tabset directive on Angular Bootstrap (UI Bootstrap). I am trying to implement a tooltip that appears when hovering over a tab that is disabled. Does anyone know how I can achieve this? Below is the HTML code:
<uib-tab disable="isBracketdisabled">
<uib-tab-heading>
I AM A HEADING
</uib-tab-heading>
</uib-tab>
Your assistance would be greatly appreciated. Thank you!