docs(tutorial/step_00): add correct description for attributes naming convention

This commit is contained in:
Mohamed Daif
2014-04-22 11:40:57 +02:00
committed by Lefteris Paraskevas
parent 737ef25df1
commit 39335d96d3

View File

@@ -67,7 +67,7 @@ __`app/index.html`:__
<html ng-app>
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
`spinal-case` for its custom attributes and `camelCase` for the corresponding directives
which implement them).
This directive is used to flag the html element that Angular should consider to be the root element
of our application.