Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1846572

Browse files
IzhakiNarretz
authored andcommitted
Added some extra sub-headings for clarity
Added `Normalization` and `Directive types`` subheadings to the `Matching directive` heading
1 parent 1c3bbad commit 1846572

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/content/guide/directive.ngdoc

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ The following also **matches** `ngModel`:
5454
<input data-ng:model="foo">
5555
```
5656

57+
### Normalization
58+
5759
Angular **normalizes** an element's tag and attribute name to determine which elements match which
5860
directives. We typically refer to directives by their case-sensitive
5961
[camelCase](http://en.wikipedia.org/wiki/CamelCase) **normalized** name (e.g. `ngModel`).
@@ -100,6 +102,8 @@ If you want to use an HTML validating tool, you can instead use the `data`-prefi
100102
The other forms shown above are accepted for legacy reasons but we advise you to avoid them.
101103
</div>
102104

105+
### Directive types
106+
103107
`$compile` can match directives based on element names, attributes, class names, as well as comments.
104108

105109
All of the Angular-provided directives match attribute name, tag name, comments, or class name.

0 commit comments

Comments
 (0)