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
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,10 @@ $scope.slider = {
164
164
165
165
> Model for high value slider. Providing both _rz-slider-model_ and _rz-slider-high_ will render range slider.
166
166
167
+
**rz-slider-tpl-url**
168
+
169
+
> If for some reason you need to use a custom template, you can do so by providing a template URL to the `rz-slider-tpl-url` attribute. The default template is [this one](https://github.com/angular-slider/angularjs-slider/blob/master/src/rzSliderTpl.html).
170
+
167
171
**rz-slider-options**
168
172
169
173
> An object with all the other options of the slider. Each option can be updated at runtime and the slider will automatically be re-rendered.
0 commit comments