Skip to content

Commit 3c234fc

Browse files
Valentin HervieuValentin Hervieu
authored andcommitted
Bump version number to 2.0.0
1 parent 22a28e8 commit 3c234fc

File tree

7 files changed

+10
-12
lines changed

7 files changed

+10
-12
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## AngularJS slider directive with no external dependencies
22

3-
> **A refactoring is on-going, any feedback is welcome:** https://github.com/rzajac/angularjs-slider/pull/158
4-
53
Slider directive implementation for AngularJS, without any dependencies.
64

75
- Mobile friendly

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-slider",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"homepage": "https://github.com/rzajac/angularjs-slider",
55
"authors": [
66
"Rafal Zajac <[email protected]>",

dist/rzslider.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* (c) Rafal Zajac <[email protected]>
55
* http://github.com/rzajac/angularjs-slider
66
*
7-
* Version: v1.1.0
7+
* Version: v2.0.0
88
*
99
* Licensed under the MIT license
1010
*/
@@ -40,7 +40,7 @@
4040
id: null,
4141
translate: null,
4242
stepsArray: null,
43-
draggableRange: false,
43+
draggableRange: false,
4444
showSelectionBar: false,
4545
hideLimitLabels: false,
4646
readOnly: false,
@@ -359,7 +359,7 @@
359359
this.range = this.scope.rzSliderModel !== undefined && this.scope.rzSliderHigh !== undefined;
360360
this.options.draggableRange = this.range && this.options.draggableRange;
361361
this.options.showTicks = this.options.showTicks || this.options.showTicksValues;
362-
362+
363363
if(this.options.stepsArray) {
364364
this.options.floor = 0;
365365
this.options.ceil = this.options.stepsArray.length -1;

dist/rzslider.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)