mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-02 14:30:23 +00:00
parent
5b9ff6cf48
commit
d7e6f1b192
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ __`app/index.html`:__
|
|||
|
||||
The `ng-app` attribute represents an Angular directive named `ngApp` (Angular uses
|
||||
`name-with-dashes` for its custom attributes and `camelCase` for the corresponding directives
|
||||
that implements them).
|
||||
which implement them).
|
||||
This directive is used to flag the html element that 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