I want to conditionally enable/disable a tooltip on a button. I have done this to test the disable state:
<button type="button"
uib-tooltip="test" tooltip-is-open="false">
</button>
But the tooltip shows. How to disable the tooltip?
Thank you