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

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

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