Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9ff6c commit d7e6f1bCopy full SHA for d7e6f1b
docs/content/tutorial/step_00.ngdoc
@@ -104,7 +104,7 @@ __`app/index.html`:__
104
105
The `ng-app` attribute represents an Angular directive named `ngApp` (Angular uses
106
`name-with-dashes` for its custom attributes and `camelCase` for the corresponding directives
107
- that implements them).
+ which implement them).
108
This directive is used to flag the html element that Angular should consider to be the root element
109
of our application.
110
This gives application developers the freedom to tell Angular if the entire html page or only a
0 commit comments