bootstrap-slider [![Build Status](https://travis-ci.org/enketo/bootstrap-slider.png?branch=master)](https://travis-ci.org/enketo/bootstrap-slider)
================
A simplified "fork" of seiyria's excellent fork of bootstrap-slider found on http://www.eyecon.ro/ originally by Stefan Petre.

#### Installation

* `npm install bootstrap-slider-basic`
* include sass file in your stylesheet build system

See [seiyria's fork](http://github.com/seiyria/bootstrap-slider/) for documentation.

#### Test

* install bower
* run `npm test`

#### Changes:

- Made AMD-Compliant and CommonJS-compliant
- Changed LESS to SCSS
- Removed the tooltip functionality
- Leave orginal input element intact and inject slider after this input element
- Added widget clas
- Updated tests
