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