We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
contenteditable
1 parent e35bfe3 commit 3f54e3dCopy full SHA for 3f54e3d
src/ng/directive/input.js
@@ -856,6 +856,9 @@ var VALID_CLASS = 'ng-valid',
856
* data-binding. Notice how different directives (`contenteditable`, `ng-model`, and `required`)
857
* collaborate together to achieve the desired result.
858
*
859
+ * Note that `contenteditable` is an HTML5 attribute, which tells the browser to let the element
860
+ * contents be edited in place by the user. This will not work on older browsers.
861
+ *
862
* <example module="customControl">
863
<file name="style.css">
864
[contenteditable] {
0 commit comments