I am currently experiencing issues with the trumbowyg editor in a project I'm working on. I am able to update the editor by changing its model but cannot seem to clear its content using $scope.editorModel = '';
. For a more detailed explanation, you can check out my Plunker here (click the button at the bottom of the page).
Does anyone have any suggestions or ideas on how to solve this issue?