You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ The default options are:
133
133
interval:350,
134
134
showTicks:false,
135
135
showTicksValues:false,
136
+
vertical:false,
136
137
scale:1,
137
138
onStart:null,
138
139
onChange:null,
@@ -199,6 +200,9 @@ $scope.slider = {
199
200
200
201
**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.
201
202
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
+
202
206
## Change default options
203
207
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:
0 commit comments