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
Hi,
I have an lightbox with some images showing. And I'm trying to make a button that shows a popover.
But I'm not getting it to show. I have other popovers on the same website that work well but within a lightbox it's not working.
<div class="share" ns-popover
ns-popover-template="popover"
ns-popover-theme="ns-popover-tooltip-theme"
ns-popover-trigger="click"
ns-popover-placement="top"
ns-popover-timeout="-1">
</div>
<script type="text/ng-template" id="popover">
I should be visible on popover
</script>
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I have an lightbox with some images showing. And I'm trying to make a button that shows a popover.
But I'm not getting it to show. I have other popovers on the same website that work well but within a lightbox it's not working.
Thanks
The text was updated successfully, but these errors were encountered: