From 4aa9d2aa1eabcf716e0c9b701b230a9f63b7d424 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 94fabb6a..1df38b5e 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -856,6 +856,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