Skip to content

Commit

Permalink
Merge pull request #72 from mindsmash/paste-event
Browse files Browse the repository at this point in the history
Fixed #71 - model update after image upload
  • Loading branch information
esvit committed Nov 25, 2015
2 parents 8fa2570 + 4bce7bf commit 4dee2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ng-ckeditor.js
Expand Up @@ -114,7 +114,7 @@
});
};

//instance.on('pasteState', setModelData);
instance.on('pasteState', setModelData);
instance.on('change', setModelData);
instance.on('blur', setModelData);
//instance.on('key', setModelData); // for source view
Expand Down

0 comments on commit 4dee2e1

Please sign in to comment.