mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(tutorial): fix typo
Update docs/content/tutorial/step_00.ngdoc removed redundant verb
This commit is contained in:
parent
250aec71f3
commit
5d0f9ce4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ __`app/index.html`:__
|
|||
|
||||
<html ng-app>
|
||||
|
||||
The `ng-app` attribute is represents an Angular directive (named `ngApp`; Angular uses
|
||||
The `ng-app` attribute represents an Angular directive (named `ngApp`; Angular uses
|
||||
`name-with-dashes` for attribute names and `camelCase` for the corresponding directive name)
|
||||
used to flag an element which Angular should consider to be the root element of our application.
|
||||
This gives application developers the freedom to tell Angular if the entire html page or only a
|
||||
|
|
|
|||
Loading…
Reference in a new issue