angular-bootstrap-lightbox icon indicating copy to clipboard operation
angular-bootstrap-lightbox copied to clipboard

An AngularJS lightbox built using UI Bootstrap Modal.

Results 43 angular-bootstrap-lightbox issues
Sort by recently updated
recently updated
newest added

Hello Please i want to render a Base 64 Image data.. Is it supported and how ?

I am trying to use this with ionic project, but I keep having this kind of bug: ``` ionic.bundle.js:21157 Error: [$injector:unpr] Unknown provider: LightboxProvider

I noticed when I close the Lightbox Modal on a single image, that image gets removed before the modal goes away. This produces an abrupt resize of the modal since...

I am currently using this as per the comments in other open issues: ``` app.config(function (LightboxProvider) { LightboxProvider.fullScreenMode = true; LightboxProvider.calculateImageDimensionLimits = function (dimensions) { return { 'maxWidth': dimensions.windowWidth, 'maxHeight':...

When I try to install it using bower, I got the following error: ``` bower angular-bootstrap-lightbox#^0.12.0 cached https://github.com/compact/angular-bootstrap-lightbox.git#0.12.0 bower angular-bootstrap-lightbox#^0.12.0 validate 0.12.0 against https://github.com/compact/angular-bootstrap-lightbox.git#^0.12.0 bower angular-bootstrap#^1.3.1 cached https://github.com/angular-ui/bootstrap-bower.git#1.3.3 bower angular-bootstrap#^1.3.1...

Before Image Loading I want to show Progress loading circle. How I can do this thing?

would you guys be interest to me make a sass version of the css? thanks.

I use angular js, and when I add bootstrapLightbox dependency, it doesnot work. when I see the [plunker examples](http://plnkr.co/edit/pEXXDYLl0NtkqupEXaJK?p=preview), I find the necessary js script that I need. And I...

The closing button has another encoding it seems: https://github.com/compact/angular-bootstrap-lightbox/blob/master/src/lightbox.html#L7 Serving this via nginx, when the charset is not set to utf8 (which isn't by default), does not show the char...

The module ""videosharing-embed"" that you are trying to load does not exist. [$injector:nomod] Module 'videosharing-embed' is not available! You either misspelled the module name or forgot to load it. If...