1.1.9 • Published 7 years ago

ng-blueimp-downloader-gallery v1.1.9

Weekly downloads
4
License
GNU GPL V3
Repository
github
Last release
7 years ago

ng-blueimp-gallery

Angular Directive for Blueimp Gallery

Demo

Angular blueimp Gallery Demo

Dependencies

  1. AngularJS
  2. blueimp-gallery

Make sure you load all dependencies before loading ng-blueimp-gallery files

Setup

Copy the css, img and js directories from Blueimp gallery to your website.

Include the Gallery stylesheet in the head section of your webpage:

<link rel="stylesheet" href="css/blueimp-gallery.min.css">

Include the Gallery script at the bottom of the body of your webpage:

<script src="js/blueimp-gallery.min.js"></script>

Download ng-blueimp-gallery.js file from this repo and add it at the bottom of the body of your webpage. :

<script src="js/ng-blueimp-gallery.js"></script>

using bower or npm

bower install --save ng-blueimp-gallery
npm install --save ng-blueimp-gallery

Add ui.blueimp.gallery module to your app's dependencies.

var app = angular.module('app', ['ui.blueimp.gallery']);

Create gallery

<ui-gallery list="list"></ui-gallery>

pass the list of images from a controller.

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago