File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ is set to `true`. The parse error is stored in `ngModel.$error.parse`.
129
129
* data-binding. Notice how different directives (`contenteditable`, `ng-model`, and `required`)
130
130
* collaborate together to achieve the desired result.
131
131
*
132
- * Note that `contenteditable` is an HTML5 attribute, which tells the browser to let the element
133
- * contents be edited in place by the user. This will not work on older browsers.
132
+ * `contenteditable` is an HTML5 attribute, which tells the browser to let the element
133
+ * contents be edited in place by the user.
134
134
*
135
135
* We are using the {@link ng.service:$sce $sce} service here and include the {@link ngSanitize $sanitize}
136
136
* module to automatically remove "bad" content like inline event listener (e.g. `<span onclick="...">`).
You can’t perform that action at this time.
0 commit comments