Commit acde0f8a authored by Valentin Hervieu's avatar Valentin Hervieu

Merge pull request #139 from esetnik/installation_instructions

add some installation instructions
parents 837ca8b8 8e823f4c
...@@ -12,6 +12,17 @@ Slider directive implementation for AngularJS, without any dependencies. ...@@ -12,6 +12,17 @@ Slider directive implementation for AngularJS, without any dependencies.
## Reporting issues ## Reporting issues
Make sure the report is accompanied by a reproducible demo. The ideal demo is created by forking [our standard jsFiddle](http://jsfiddle.net/1ruqgnhk/), adding your own code and stripping it down to an absolute minimum needed to demonstrate the bug. Make sure the report is accompanied by a reproducible demo. The ideal demo is created by forking [our standard jsFiddle](http://jsfiddle.net/1ruqgnhk/), adding your own code and stripping it down to an absolute minimum needed to demonstrate the bug.
## Installation
### Bower
```
$ bower install --save angularjs-slider
```
### Module
```javascript
angular.module('', ['rzModule']);
```
## Examples ## Examples
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment