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

Commit dbbabb9

Browse files
committed
Update directive.ngdoc
ngRoute is not a part of ng core anymore.
1 parent fb0c77f commit dbbabb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ At a high level, directives are markers on a DOM element (such as an attribute,
2222
name, comment or CSS class) that tell AngularJS's **HTML compiler** ({@link ng.$compile `$compile`}) to
2323
attach a specified behavior to that DOM element or even transform the DOM element and its children.
2424

25-
Angular comes with a set of these directives built-in, like `ngBind`, `ngModel`, and `ngView`.
25+
Angular comes with a set of these directives built-in, like `ngBind`, `ngModel`, and `ngClass`.
2626
Much like you create controllers and services, you can create your own directives for Angular to use.
2727
When Angular {@link guide/bootstrap bootstraps} your application, the
2828
{@link guide/compiler HTML compiler} traverses the DOM matching directives against the DOM elements.

0 commit comments

Comments
 (0)