st-h/ember-content-editable

Alias for contenteditable

jevanlingen opened this issue · 2 comments

Just tried your add on, works great! I was wondering, would you consider to add editable as an alias for the contenteditable property?

I think this:

{{content-editable value=model.myValue editable=model.editMode}}

looks nicer than:

{{content-editable value=model.myValue contenteditable=model.editMode}}

I like it, it's in 0.3.6. Thanks 😄

Wow quick response! Thank you very much.