angular-contenteditable
angular-contenteditable copied to clipboard
angular model for the "contenteditable" attribute
Hello ! First, thanks for your work. I saw you use npm to develop your module. No problem with that, but it is unfortunate that, consequently, it is not installable...
I discovered the following CodePen which works in IE10+ on BrowserStack: http://gaboesquivel.com/blog/2014/in-place-editing-with-contenteditable-and-angularjs/ What's the reason this repo can't achieve similar compatibility?
Hi...your code works fine for me. Can we have the feature that accepts the 'Tab' character inside contenteditable div.. Thanks .
In `package.json` the version is specified as 0.3.8. But the latest version on npm is 0.0.2. `npm publish` should fix it.
Option to use text() instead of html()
When you wrap any input with a `` input should be disabled. This does not happen with the contenteditable directive.
Simply put, IE10 isn't updating the model when the contenteditable div is edited. The template code in question is: ``` ``` edit: After further testing, it's just IE10.