compact / angular-bootstrap-lightbox

An AngularJS lightbox built using UI Bootstrap Modal.
http://compact.github.io/angular-bootstrap-lightbox/
MIT License
306 stars 134 forks source link

Activate Lightbox with custom HTML #65

Open drixie opened 8 years ago

drixie commented 8 years ago

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!

EyesOnlyNet commented 7 years ago

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).