I'm using the fairly excellent UI-Bootstrap, and combined with this question, I'm successfully including HTML inside our popovers.
The problem we're having is that we want to compile the HTML inside these Popovers, because it includes a button with an ng-click
directive, which hopefully triggers a bootstrap-modal dialog.
Is there anything we can do? Or any alternatives to get Bootstrap Popovers with buttons that can trigger modals?