volyx opened this issue 9 years ago · 1 comments
Medium editor don't destroy toolbar when i left page.
To repoduce - create many medium editors on page, more than 25 in my case.
this could easily be fixed by adding
scope.$on('$destroy', function() { ngModel.editor.destroy(); });
to the link function.