angular-contenteditable icon indicating copy to clipboard operation
angular-contenteditable copied to clipboard

angular model for the "contenteditable" attribute

Results 25 angular-contenteditable issues
Sort by recently updated
recently updated
newest added

I have used like the code below and it's not working. ``` ``` I have also tried like this ``` ```

Just a quick fix for #34 , however I think a better way is to include an optional attribute to parse text or html

Would it be useful to run $sanitize on content of model when model->view, in order to avoid XSS? (I have posted a proposed pull request).

Hello there, I found useful to leave the text unformatted. Use case is as follow. I want to use the contenteditable directive as an input field for a markdown document....

Supports angularjs input directive analogs, such as: {code} ... {code} https://docs.angularjs.org/api/ng/directive/input

Instead of checking the attribute value, check if the attribute is set

Hey, I use two different views and one of them contenteditable. When I start to type in contenteditable view on each space I see " ". ![screen shot 2015-01-13 at 4...

The current code does not rerender in this case. Because of that, you can leave trailing in the DOM (even if the ng-model is clean). This is a problem for...