Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit 44231e0

Browse files
committed
Merge pull request #119 from pane-e-design/master
add ticksLabels on watchers array
2 parents 84f65dc + 77f4b70 commit 44231e0

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)