diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 1abd92856103..59c1f82b2480 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -837,6 +837,9 @@ var VALID_CLASS = 'ng-valid', * data-binding. Notice how different directives (`contenteditable`, `ng-model`, and `required`) * collaborate together to achieve the desired result. * + * Note that `contenteditable` is an HTML5 attribute, which tells the browser to let the element + * contents be edited in place by the user. This will not work on older browsers. + * * [contenteditable] {