Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruyadorno/angular-simple-slider
An AngularJS directive providing a simple slider functionality
https://github.com/ruyadorno/angular-simple-slider
angularjs carousel directive html javascript js slider transition-animation
Last synced: 19 days ago
JSON representation
An AngularJS directive providing a simple slider functionality
- Host: GitHub
- URL: https://github.com/ruyadorno/angular-simple-slider
- Owner: ruyadorno
- Created: 2014-03-07T23:10:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T14:04:21.000Z (over 8 years ago)
- Last Synced: 2024-10-17T03:14:17.747Z (about 1 month ago)
- Topics: angularjs, carousel, directive, html, javascript, js, slider, transition-animation
- Language: JavaScript
- Size: 41 KB
- Stars: 15
- Watchers: 6
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular SimpleSlider
version: 1.0.0
## About
This **AngularJS** directive aims to provide a simple slider element for your application.
## Usage
To use the directive, simply import one of the `dist/` files into your html and initiate the `angularSimpleSlider` module.
The following example shows you how to configure a slider with 612x612 pixels using an fading animation:
```html
```
## Examples
Many others examples of using can be found on the [app/views/main.html](https://github.com/ruyadorno/angular-simple-slider/blob/master/app/views/main.html) file in this repository.
## More info
This project is a simple directive implementation of [SimpleSlider](http://ruyadorno.github.io/SimpleSlider/). Please visit its page for more information.
## License
MIT