Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ovac/angular-ovac-gallery

Angular ovac gallery
https://github.com/ovac/angular-ovac-gallery

Last synced: about 1 month ago
JSON representation

Angular ovac gallery

Awesome Lists containing this project

README

        

# Angular OVAC Gallery

Super simple Angular directive preview images as slide.

[Demo](http://www.ovac4u.com/angular-ovac-gallery)

## 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

```html

```

Import into angular

```javascript
angular.module('AppName', ['ovac.gallery']);
```

--------------------------------------------------------------------------------

## Usage

### Add directive to element

Note: the images object must be passed in using the images attribute.

```html


```