From cc4d08c5f0b895c0f011ea2e49e3ffaeb2e1b139 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 2 Sep 2013 12:57:13 -0400 Subject: docs(input): clarify that `contenteditable` is an HTML5 attribute Closes #3841 --- src/ng/directive/input.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 1abd9285..59c1f82b 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] { -- cgit v1.2.3