Questions tagged [angularbootstrap-lightbox]

4 questions
1
vote
1 answer

angular bootstrap lightbox throws unknown provider error

Am newbie to AngularJS and trying to learn stuffs. I am trying to create a gallery with angular-bootstrap-lightbox and I've included all the necessary dependencies required for the project. Dependencies included are:
Guruprasad J Rao
  • 29,410
  • 14
  • 101
  • 200
0
votes
1 answer

Angularjs lightbox custom close in controller

I want to have a custom close in controller that when I click the OK in alert it will close the lightbox also but I dont know how to make it. This is the link Lightbox
0
votes
1 answer

angular-bootstrap-lightbox "invalid image" with more than four JSON "urls" values

I am trying to make use of angular-bootstrap-lightbox to open a modal after clicking on a thumbnail, and then navigate through that collection of images. The issue I am having is that only the first 4 sets of images defined in the JSON file are…
spm024
  • 1
  • 3
0
votes
2 answers

Uncaught Error: [$injector:modulerr] - AngularJS not working

I am trying to implement Modal popup on an image click by using Bootstrap Lightbox, but I'm not able to achieve the same. I followed an example which has identical code as below. I have downloaded the Lightbox components(*.lightbox.js and…