We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f86ae commit 5c4c4d3Copy full SHA for 5c4c4d3
docs/content/tutorial/step_00.ngdoc
@@ -67,7 +67,7 @@ __`app/index.html`:__
67
<html ng-app>
68
69
The `ng-app` attribute represents an Angular directive named `ngApp` (Angular uses
70
- `name-with-dashes` for its custom attributes and `camelCase` for the corresponding directives
+ `spinal-case` for its custom attributes and `camelCase` for the corresponding directives
71
which implement them).
72
This directive is used to flag the html element that Angular should consider to be the root element
73
of our application.
0 commit comments