Skip to content

Commit b98b120

Browse files
author
Valentin Hervieu
committed
Update ReadMe for vertical sliders
1 parent 545231d commit b98b120

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ The default options are:
133133
interval: 350,
134134
showTicks: false,
135135
showTicksValues: false,
136+
vertical: false,
136137
scale: 1,
137138
onStart: null,
138139
onChange: null,
@@ -199,6 +200,9 @@ $scope.slider = {
199200

200201
**onEnd** - _Function(sliderId)_: Function to be called when a slider update is ended. If an id was set in the options, then it's passed to this callback.
201202

203+
**vertical** - _Boolean (defaults to false)_: Set to true to display the slider vertically. The slider will take the full height of its parent.
204+
_Changing this value at runtime is not currently supported._
205+
202206
## Change default options
203207
If you want the change the default options for all the sliders displayed in your application, you can set them using the `RzSliderOptions.options()` method:
204208
```js

0 commit comments

Comments
 (0)