Skip to content

Commit bbe0459

Browse files
committed
Update README.md
1 parent 06a4922 commit bbe0459

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Slider directive implementation for AngularJS, without any dependencies.
99
- Simple to use
1010
- Compatibility with jQuery Lite, ie. with full jQuery ( Thanks Jusas! https://github.com/Jusas)
1111

12+
## Examples
13+
14+
- **Various examples:** [http://rzajac.github.io/angularjs-slider/](http://rzajac.github.io/angularjs-slider/index.html)
15+
- **Slider inside Angular UI tabs:** http://jsfiddle.net/7w755fLv/
16+
1217
## Reporting issues
1318
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.
1419

@@ -29,11 +34,6 @@ $ bower install --save angularjs-slider
2934
angular.module('', ['rzModule']);
3035
```
3136

32-
## Examples
33-
34-
- **Various examples:** [http://rzajac.github.io/angularjs-slider/](http://rzajac.github.io/angularjs-slider/index.html)
35-
- **Slider inside Angular UI tabs:** http://jsfiddle.net/7w755fLv/
36-
3737
### Single slider
3838

3939
```javascript

0 commit comments

Comments
 (0)