angular-bootstrap-lightbox
angular-bootstrap-lightbox copied to clipboard
An AngularJS lightbox built using UI Bootstrap Modal.
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...
The only way I could get this to work properly was to fix the module name to match the angular module name, this is how it's done in other modules...
I am trying to user angular-bootstrap-lightbox via angular directive. ``` app.directive('productBuyers', ['Product', function(Product, Lightbox) { return { restrict : 'E', scope : {}, template : '' + 'Others who have...
Seems that the Lightbox.keyboardNavEnabled is not working. It would appear that the parameter is being forced to "true" when openModal is called. Me thinks this is probably not the desired...
My photo wall is at the end of the page. (after 3/4 block) so when a user click on a picture, the modal open at the top (scroll top). when...
Hi, Great module. Is there anyway to configure it to display the images/videos in the center of the screen? I have some images too small and they appear on the...
I'm trying to fit this lightbox into a mobile screen. There is a huge amount of margins on the left & right of every image. I'm not sure how to...
In order to properly load `lightbox.html` it was necessary to us, to wrap the markup in ``` html /* Content of lightbox.html goes here */ ``` Maybe you can add...
When i added a footer to modal view, then it is visible under the white background. ``` html ... The Footer Close ```
Because I don't know the URLs ahead of time, I needed a way to figure out them on runtime. My solution was to add data-attributes in the server-side generated template...