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

Specifying value of index #67

Closed knance closed 8 years ago

knance commented 8 years ago

With and older version we have running on one website I am using so that I can specify the index of the current photo due to having only the first of several groups displayed.

With the latest version it will not allow me to pass the index value any other way that with $index which does not have the right value.

knance commented 8 years ago

The way I was calling Lightbox and passing the index was

When I changed it to I no longer have the problem. Just in case someone else runs into this problem.