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 737ef25 commit 39335d9Copy full SHA for 39335d9
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