slim-scroll
slim-scroll copied to clipboard
Bug Error in $watch
It has a fatal error that breaks everything in this part of the code, which causes the text to go up and down...
$scope.$watch(function() {
return wrapperDomElement.scrollHeight;
}, function(newValue, oldValue) {
assignValues();
}, true);
Hi @ivanferrer ,
Can you please provide a fiddle?