esvit / ng-ckeditor

BSD 3-Clause "New" or "Revised" License
265 stars 137 forks source link

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

Closed divmgl closed 8 years ago

divmgl commented 8 years ago

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
divmgl commented 8 years ago

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