I wanted to load the html template into the base of the popover, but I could not find good documentation or a similar solution on the Internet. I just wanted to know the weather that it is possible to have an html template with my controller inside a popover or not. I saw that we just load the content into a popover using the following properties:
<button popover="{{dynamicPopover}}" popover-title="{{dynamicPopoverTitle}}" class="button">Dynamic Popover</button>
or
<button popover="I appeared on mouse enter!" popover-trigger="mouseenter" class="button">Mouseenter</button>
I can somehow enter html using a scope, but with that it's hard to have a controller.
I want to download a popover for my site (which is created using angularJS) when the user clicks on the thumbnail of the video. I want to upload a video preview image and hover over a popover. I want some buttons to follow some actions when clicking on them.
source share