-
Notifications
You must be signed in to change notification settings - Fork 6.7k
uib-tooltip issue-showing two tooltip at a time #6559
Comments
|
Can you reproduce on plunker? |
This Line written in uib-bootstrap tpls
And here you can see we are checking isOpen property without verify ttScope is exit or not if i changed this condition with this then it does not show any error on console
|
can you open a pr for it? |
pr?? |
A pull request. |
Sorry Sir I did not understand :'( |
no worries |
Then What Should I do now sir any help ?? |
Should I change in my bootstrap file or it will fixed by bootstrap team and come in next update |
change in your file - or just checkout my branch, this project is very slow to ingest changes. |
Is it sure that this issue will be resolved in next update of the library as my project will go on production and If I will be doing manual changes in library code , then the code will be replaced with the upcoming update of the library and my changes will be lost then. |
Nope, no guarantees at all |
scope.$emit('$destroy'); |
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.
The text was updated successfully, but these errors were encountered: