Pass CKEditor instance on ready callback - #46
Conversation
…ready(). This also updates the angular model on the selection change and paste events.
|
The ability to get the CKEditor instance in the provided Is this something that is likely to be merged? Thanks! |
| controller.ready().then(function initialize() { | ||
| // Sync view on specific events. | ||
| ['dataReady', 'change', 'blur', 'saveSnapshot'].forEach(function (event) { | ||
| ['dataReady', 'change', 'blur', 'saveSnapshot', 'selectionChange', 'paste'].forEach(function (event) { |
There was a problem hiding this comment.
Why model should be sync on selectionChange event ?
|
@mckoon |
|
@JBustin - I think you mentioned me by mistake; this PR is from @MicahFulton not me. Thanks |
|
when will the changes be merged on the master. I am waiting for this fix eagerly. |
|
@MicahFulton |
|
@JBustin Can you please merge the changes on master asap. I need this change urgently or else I will have to create a separate directive just with this change.. |
This solves issue #37