I've integrated this particular component into my project, but unfortunately, when I click on the icon, the popover does not appear.
The expected behavior is that clicking on the icon should trigger the display of the popover, however, currently nothing happens.
Below is the code snippet (and you can view it live in this CodePen link):
<script type="text/ng-template" id="myPopoverTemplate.html">
<div>hhh</div>
</script>