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

Commit

Permalink
Merge pull request #119 from pane-e-design/master
Browse files Browse the repository at this point in the history
add ticksLabels on watchers array
  • Loading branch information
seiyria committed Jan 21, 2016
2 parents 84f65dc + 77f4b70 commit 44231e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ angular.module('ui.bootstrap-slider', [])
}


var watchers = ['min', 'max', 'step', 'range', 'scale'];
var watchers = ['min', 'max', 'step', 'range', 'scale', 'ticksLabels'];
angular.forEach(watchers, function (prop) {
$scope.$watch(prop, function () {
slider = initSlider();
Expand Down

0 comments on commit 44231e0

Please sign in to comment.