angular-ovac-gallery
1.0.4 • Public • Published Angular OVAC Gallery
Super simple Angular directive preview images as slide.
Demo
Installation
Install with Bower
$ bower install angular-ovac-gallery
or
Install with npm
$ npm install angular-ovac-gallery
or
Clone this repo
$ git clone
Add scripts to project
<link rel="stylesheet" href="/bower_component/angular-ovac-gallery/angular-ovac-gallery.css" media="screen" title="no title" charset="utf-8">
<script src="/bower_component/angular-ovac-gallery/angular-ovac-gallery.js" charset="utf-8"></script>
Import into angular
angular.module('AppName', ['ovac.gallery']);
Usage
Add directive to element
Note: the images object must be passed in using the images attribute.
<div ovac-gallery images="controllername.images" tumbs="true"></div>
Package Sidebar
Install
npm i angular-ovac-gallery
Weekly Downloads