Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 585 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 585 Bytes

Angular-Lightgallery directive

Dynamically loaded lightGallery directive

Requirements

You must have lightGallery installed.

If you want to display thumbnails, then you must install the lightGallery Thumbnail plugin also.

Please refer to lightGallery docs for further help

Example usage for this directive:

<photo-gallery images="vm.images"></photo-gallery>

In your controller, ensure that you populate vm.images with your image (and thumbnail) sources.