8000 docs(guide): update directive guide to not imply ngView is part of core · angular/angular.js@27d1234 · GitHub
[go: up one dir, main page]

Skip to content
Sign in

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 27d1234

Browse files
VictorQueirozjeffbcross
authored andcommitted
docs(guide): update directive guide to not imply ngView is part of core
1 parent fb0c77f commit 27d1234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

Lines changed: 1 addition & 1 deletion
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)
0