Skip to content

Bug Error in $watch #32

@ivanferrer

Description

@ivanferrer

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions