Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Error in $watch #32

Open
ivanferrer opened this issue Apr 13, 2018 · 1 comment
Open

Bug Error in $watch #32

ivanferrer opened this issue Apr 13, 2018 · 1 comment

Comments

@ivanferrer
Copy link

ivanferrer commented Apr 13, 2018

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);
@kamlekar
Copy link
Owner

Hi @ivanferrer ,

Can you please provide a fiddle?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants