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

https://github.com/ehanlin/ngehadslider

The ad slider is like gif feature.
https://github.com/ehanlin/ngehadslider

Last synced: 5 months ago
JSON representation

The ad slider is like gif feature.

Awesome Lists containing this project

README

          

ngEhAdSlider
===================================

The ad slider is like gif feature.

## Install

```bash
bower install ng-eh-ad-slider
```

## Install node modules

```bash
npm install
```

## Dependencies

* angular

## Support

* IE8+
* chrome
* firefox

## Usage

#### html
```html


```

#### js
```js
$scope.ads = [{
photo:"2670594645_c521fd3dbd_n.jpg",
url:"https://www.flickr.com/photos/tobbymailbox/2670594645/in/photolist-54ZuYD-54ZuKg-hK9MhM-4utGZs-hKahe5"
},{
photo:"sunset_chimneysP9166348.jpg",
url:"https://www.flickr.com/photos/hysaint/2291338108/in/photolist-54ZuYD-54ZuKg-hK9MhM-4utGZs-hKahe5/"
}];
$scope.time = 3000
```

## Attributes

####target

```html
target="_blank"
```

####photoPath
```
photo-path="http://example.com/"
```

## DEMO

```bash
gulp server
```

## Build

```bash
gulp
```