st-h / ember-content-editable

A contenteditable component for ember-cli that just works™
MIT License
66 stars 31 forks source link

Reflecting model changes #2

Closed friksa closed 9 years ago

friksa commented 9 years ago

When the bound model changes, it is not reflected in this component. It needs something like this to behave consistent with other components:

itemChanged: function() { try { this.$().html(this.get('value')); } catch(err){} }.observes('value'),

chrissloey commented 9 years ago

Thanks, fixed in 0.2.4 :)

chrissloey commented 9 years ago

This introduced another bug - reopening for now.

chrissloey commented 9 years ago

Fixed the bug that was introduced here in 0.3