esvit/ng-ckeditor

Error 'editor-incorrect-destroy' when using ng-ckeditor in a directive

Closed this issue · 1 comments

When using ng-ckeditor inside of a directive and navigating to and from pages using ui.router, the following error occurs:

> [CKEDITOR] Error code: editor-incorrect-destroy.
> [CKEDITOR] For more information about this error go to http://docs.ckeditor.com/#!/guide/dev_errors-section-editor-incorrect-destroy

Disregard, this was a bug elsewhere that was triggering a route change twice in succession.