From 6af16fa0fe21d606f7ba22831975bf5a94b5393d Mon Sep 17 00:00:00 2001 From: Steven Benjamin Date: Wed, 9 Apr 2014 13:20:45 -0500 Subject: [PATCH] Update directive.ngdoc --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 84ef53470076..2835c7a6efdc 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -18,7 +18,7 @@ how to implement them. ## What are Directives? At a high level, directives are markers on a DOM element (such as an attribute, element -name, or CSS class) that tell AngularJS's **HTML compiler** ({@link ng.$compile `$compile`}) to +name, comment or CSS class) that tell AngularJS's **HTML compiler** ({@link ng.$compile `$compile`}) to attach a specified behavior to that DOM element or even transform the DOM element and its children. Angular comes with a set of these directives built-in, like `ngBind`, `ngModel`, and `ngView`.