aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorEhsan Ghandhari2013-05-24 19:54:41 -0300
committerPete Bacon Darwin2013-06-04 20:54:03 +0100
commitbc36c4dea4dabfe0e09c5680eb0ce6108c19bafb (patch)
tree6bb8d373abef9ea90144e8b1c36cabcdb1a3f06a /docs/content
parent722766958bd53b01070e80115030f9bf4dcd987b (diff)
downloadangular.js-bc36c4dea4dabfe0e09c5680eb0ce6108c19bafb.tar.bz2
docs(guide/concepts): add comment as a type of directive
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/guide/concepts.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc
index 5e333c98..fc5bce0a 100644
--- a/docs/content/guide/concepts.ngdoc
+++ b/docs/content/guide/concepts.ngdoc
@@ -292,7 +292,7 @@ rendering the view compared to most other templating systems.
# Directives
A directive is a behavior or DOM transformation which is triggered by the presence of a custom attribute,
-element name, or a class name. A directive allows you to extend the HTML vocabulary in a
+element name, class name or comment. A directive allows you to extend the HTML vocabulary in a
declarative fashion. Following is an example which enables data-binding for the `contenteditable`
in HTML.