I am trying to change the current message of uib-tooltip in my directive but it creates a new tooltip and start displaying two tooltips at a time.
Here is the plunker demonstrating the issue.
https://plnkr.co/edit/Dk0VYxA6kb0w1hTDis11?p=preview
How can i change the message of uib-tooltip in my directive.
I am trying to change the current message of uib-tooltip in my directive but it creates a new tooltip and start displaying two tooltips at a time. Here is the plunker demonstrating the issue. https://plnkr.co/edit/Dk0VYxA6kb0w1hTDis11?p=preview How can i change the message of uib-tooltip in my directive.
Thank in advance.