Skip to content

Commit acde0f8

Browse files
committed
Merge pull request #139 from esetnik/installation_instructions
add some installation instructions
2 parents 837ca8b + 8e823f4 commit acde0f8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ Slider directive implementation for AngularJS, without any dependencies.
1212
## Reporting issues
1313
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.
1414

15+
## Installation
16+
17+
### Bower
18+
```
19+
$ bower install --save angularjs-slider
20+
```
21+
22+
### Module
23+
```javascript
24+
angular.module('', ['rzModule']);
25+
```
1526

1627
## Examples
1728

0 commit comments

Comments
 (0)