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
To use your module as replacement for jQuery prettyPhoto (which is GPL v2-licensed) I needed to make some adjustments.
To me, the lightbox nav is only required, if I load more than one image into the modal (which I don't).
So I added data-ng-if="Lightbox.images.length > 1" to the .btn-group of .lightbox-nav.
Maybe you want to adjust your template as well ;-)