Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddbbcca

Browse files
authored
Update examples after breaking change
1 parent 099b5f8 commit ddbbcca

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
@@ -42,14 +42,14 @@ Slider directive implementation for AngularJS 1.X, without any dependencies: [ht
4242

4343
## Examples
4444

45-
- **Simple example for single slider:** [http://jsfiddle.net/cwhgLcjv](http://jsfiddle.net/cwhgLcjv/)
46-
- **Simple example for double slider:** [http://jsfiddle.net/ye1kpfrj](http://jsfiddle.net/ye1kpfrj/)
45+
- **Simple example for single slider:** [http://jsfiddle.net/ValentinH/qjvxn4fc/](http://jsfiddle.net/ValentinH/qjvxn4fc/)
46+
- **Simple example for double slider:** [http://jsfiddle.net/ValentinH/hnyL2axs/](http://jsfiddle.net/ValentinH/hnyL2axs/)
4747
- **Various examples:** [http://angular-slider.github.io/angularjs-slider](http://angular-slider.github.io/angularjs-slider/index.html)
4848
- **Same examples with live code:** https://jsfiddle.net/ValentinH/954eve2L/
4949

5050
## Reporting issues
5151

52-
Make sure the report is accompanied by a reproducible demo. The ideal demo is created by forking [our standard jsFiddle](http://jsfiddle.net/cwhgLcjv/), adding your own code and stripping it down to an absolute minimum needed to demonstrate the bug.
52+
Make sure the report is accompanied by a reproducible demo. The ideal demo is created by forking [our standard jsFiddle](http://jsfiddle.net/ValentinH/qjvxn4fc/), adding your own code and stripping it down to an absolute minimum needed to demonstrate the bug.
5353

5454
## Common issues
5555

@@ -70,9 +70,9 @@ vm.refreshSlider = function() {
7070

7171
if you get some flickering issues, you can try to replace to `$timeout` call by `$scope.$$postDigest` as suggested by @maknapp in [this issue](https://github.com/angular-slider/angularjs-slider/issues/79#issuecomment-219213647).
7272

73-
**ng-show-example**: http://jsfiddle.net/3jjye1cL/
73+
**ng-show-example**: http://jsfiddle.net/ValentinH/nzL6ax43/
7474

75-
**UI-Boostrap tabs example**: http://jsfiddle.net/0f7sd7dw/
75+
**UI-Boostrap tabs example**: http://jsfiddle.net/ValentinH/bo23er5w/
7676

7777
### Decimal value can't be typed in an input field linked to the slider
7878

0 commit comments

Comments
 (0)