@@ -51,6 +51,8 @@ vm.refreshSlider = function () {
...
@@ -51,6 +51,8 @@ vm.refreshSlider = function () {
});
});
};
};
```
```
if you get some flickering issues, you can try to replace to `$timeout` call by `$scope.$$postDigest` as suggested by @maknapp in [this issue](https://github.com/angular-slider/angularjs-slider/issues/79#issuecomment-219213647).