angular-bootstrap-lightbox icon indicating copy to clipboard operation
angular-bootstrap-lightbox copied to clipboard

Activate Lightbox with custom HTML

Open drixie opened this issue 9 years ago • 1 comments

Let's say I don't want to use img, and I can to activate the lightbox on , how do I achieve this?

I actually tried it but console.log gave "Invalid Images"

Thanks in advance!

drixie avatar Jun 15 '16 18:06 drixie

If you want to achieve a simple modal, without connection to any images, you should use the normal UI-Modal (https://angular-ui.github.io/bootstrap/#/modal).

EyesOnlyNet avatar Jul 21 '16 19:07 EyesOnlyNet