Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ovac/angular-ovac-gallery
- Owner: ovac
- Created: 2016-07-01T14:40:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-06T14:40:08.000Z (over 8 years ago)
- Last Synced: 2024-11-13T18:45:44.746Z (about 1 month ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```