docs(directives): CSS selectors are used for directives

Closes #1544
This commit is contained in:
Ciro Nunes 2015-04-25 16:07:47 -03:00 committed by Pawel Kozlowski
parent 1d52cfba13
commit 0676fef61f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ There are three different kinds of directives (described in more detail in later
## CSS Selectors
Decorators are instantiated whenever the decorator CSS selector matches the DOM structure.
Directives are instantiated whenever the CSS selector matches the DOM structure.
Angular supports these CSS selector constructs:
* Element name: `name`