Angular uibootstrap popver未动态打开append

Angular uibootstrap popver未动态打开append,angular,angular-ui-bootstrap,popover,Angular,Angular Ui Bootstrap,Popover,我正在使用弹出框作为我的指令。 在我的指令中,我动态绑定popover 这是第一次,如果我们绑定,popover工作正常。 如果我们第二次为同一元素绑定相同的设置,则不会触发popover 在这里,我使用控制器刺激了上述用法。请参考以下网址 To Reproduce the issue 1. After loading the link, click the append button 2. Then click on the popover text. The popover will

我正在使用弹出框作为我的指令。 在我的指令中,我动态绑定popover

这是第一次,如果我们绑定,popover工作正常。 如果我们第二次为同一元素绑定相同的设置,则不会触发popover

在这里,我使用控制器刺激了上述用法。请参考以下网址

To Reproduce the issue

 1. After loading the link, click the append button
 2. Then click on the popover text. The popover will be opened.
 3. Then click on the same append button.
 4. Now click on the popover text, popover won't trigger.

https://plnkr.co/edit/VliC5f7kq93wUDLXT56o?p=preview