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

Fix for demo3 #18

Closed sw04 closed 9 years ago

sw04 commented 9 years ago

Demo3 has an error. Replace in modal template:

<img lightbox-src="" alt="">

to:

<img lightbox-src="{{Lightbox.imageUrl}}" alt="">