slim-scroll icon indicating copy to clipboard operation
slim-scroll copied to clipboard

Bug Error in $watch

Open ivanferrer opened this issue 7 years ago • 1 comments

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);

ivanferrer avatar Apr 13 '18 13:04 ivanferrer

Hi @ivanferrer ,

Can you please provide a fiddle?

kamlekar avatar Apr 14 '18 08:04 kamlekar