You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
I am using the pop over for my directive. In my directive, I am binding the popover dynamically.
For the first time, if we bind, the popover is working fine. If we bind second time with the same settings for the same element, the popover is not triggered.
Here I have stimulated the above usage using the controller. Please refer the following url.
To Reproduce the issue
After loading the link, click the append button
Then click on the popover text. The popover will be opened.
Then click on the same append button.
Now click on the popover text, popover won't trigger.
In this pluker, this is not opening. But in my application, I am getting the two popover.
If I comment the following code, the popover works without the issue.
if (isOpenParse) {
scope.$watch(isOpenParse, function(val) {
if (ttScope && !val === ttScope.isOpen) {
toggleTooltipBind();
}
});
}
The text was updated successfully, but these errors were encountered:
jeevasusej
changed the title
uibootstrap popver is not opening append dynamically
uibootstrap popver is not opening when append dynamically
Sep 19, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using the pop over for my directive. In my directive, I am binding the popover dynamically.
For the first time, if we bind, the popover is working fine. If we bind second time with the same settings for the same element, the popover is not triggered.
Here I have stimulated the above usage using the controller. Please refer the following url.
To Reproduce the issue
https://plnkr.co/edit/VliC5f7kq93wUDLXT56o?p=preview.
In this pluker, this is not opening. But in my application, I am getting the two popover.
If I comment the following code, the popover works without the issue.
The text was updated successfully, but these errors were encountered: