Skip to content

Commit 77f4b70

Browse files
add ticksLabels on watchers array
1 parent 84f65dc commit 77f4b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ angular.module('ui.bootstrap-slider', [])
200200
}
201201

202202

203-
var watchers = ['min', 'max', 'step', 'range', 'scale'];
203+
var watchers = ['min', 'max', 'step', 'range', 'scale', 'ticksLabels'];
204204
angular.forEach(watchers, function (prop) {
205205
$scope.$watch(prop, function () {
206206
slider = initSlider();

0 commit comments

Comments
 (0)