Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d1f57 commit 0fc64adCopy full SHA for 0fc64ad
docs/content/guide/directive.ngdoc
@@ -55,7 +55,7 @@ The following also **matches** `ngModel`:
55
56
Angular **normalizes** an element's tag and attribute name to determine which elements match which
57
directives. We typically refer to directives by their case-sensitive
58
-{@link http://en.wikipedia.org/wiki/CamelCase camelCase} **normalized** name (e.g. `ngModel`).
+{@link http://en.wikipedia.org/wiki/CamelCase camelCase} **normalized** name (e.g. `ngModel`).
59
However, since HTML is case-insensitive, we refer to directives in the DOM by lower-case
60
forms, typically using {@link http://en.wikipedia.org/wiki/Letter_case#Computers dash-delimited}
61
attributes on DOM elements (e.g. `ng-model`).
0 commit comments