https://github.com/nebo15/nebo-rangeslider
RangesliderJS Angular wrapper
https://github.com/nebo15/nebo-rangeslider
angular javascript rangeslider
Last synced: 3 months ago
JSON representation
RangesliderJS Angular wrapper
- Host: GitHub
- URL: https://github.com/nebo15/nebo-rangeslider
- Owner: Nebo15
- License: mit
- Created: 2016-06-15T09:29:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T09:57:19.000Z (over 9 years ago)
- Last Synced: 2026-01-26T00:57:57.137Z (5 months ago)
- Topics: angular, javascript, rangeslider
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Nebo Rangeslider
Angular JS wrapper for RangesliderJS
## Installation
```
npm i nebo-rangeslider --save
```
```
bower i nebo-rageslider --save
```
## Usage
```js
angular.module('app', [
'rangeslider'
])
```
or
```
angular.module('app', [
require('nebo-rangeslider')
]);
```
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## History
15.06.2016 Initial commit
## Credits
Author: Alexey Bondarenko (http://bondalex.com/)
## License
MIT