ng-ckeditor icon indicating copy to clipboard operation
ng-ckeditor copied to clipboard

fix of instanceReady listener

Open alexanderpa opened this issue 9 years ago • 1 comments

In case when data for CKEditor loaded in the same time as CKEditor instance ready fired, we could get empty content as model is not refreshed yet and setData will be fired with empty object or null.

Fix for #41

alexanderpa avatar Dec 13 '14 11:12 alexanderpa

#41 needs a fix, but this pull request does things like change === equality checks to == and removes JSHint annotations. Is there a reason for that?

brandonrobertz avatar Jan 12 '15 16:01 brandonrobertz