aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/concepts.ngdoc
diff options
context:
space:
mode:
authorEhsan Ghandhari2013-05-24 19:54:41 -0300
committerPete Bacon Darwin2013-06-04 20:53:39 +0100
commit4fd057e7c74548d418fad801f29fcaa611d7e0a0 (patch)
tree0770c35759c9e4ff630110dfc71dc6d62282900f /docs/content/guide/concepts.ngdoc
parentd3d7b9e3eda9a4fbed7bf6edc7723f378d6f0cf0 (diff)
downloadangular.js-4fd057e7c74548d418fad801f29fcaa611d7e0a0.tar.bz2
docs(guide/concepts): add comment as a type of directive
Diffstat (limited to 'docs/content/guide/concepts.ngdoc')
-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.