Closed Manuel-S closed 8 years ago
Aside from the comment I left on knockout-tinymce.coffee
, it looks good! Fix that up and I'll get it merged in.
Also: thanks for the nod to knockout-es5, I'd never seen that before
I found one issue while testing this: it seems to only work when using the debug version of knockout.js.
Hm that's not good. My guess is the method is not exported in the min version, might have to copy it.
Can you try again with this? Pulled a small utility function into the binding and used the exported member _twoWayBindings.
Do you think this is ready to be merged?
bump, waiting to integrate this into my project.
Implemented the way the standard knockout bindings update values, which also updates plain properties if they're not observable.
This is needed to use the binding with knockout-es5 properties.