From 19f25294e8bffac08651c2f582f4f7901e93ab1d Mon Sep 17 00:00:00 2001 From: tbwood Date: Fri, 4 Mar 2016 11:35:39 +0800 Subject: [PATCH] docs(tutorial/0 - Bootstrapping): describe your change... As describe below "The `ng-app` attribute represents an Angular directive named `ngApp` (Angular uses `spinal-case` for its custom attributes and `camelCase` for the corresponding directives which implement them).". `ng-app` is an attribute, not a directive. --- docs/content/tutorial/step_00.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index 1a83fdf5ed2a..7cd0f1917d3d 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -67,7 +67,7 @@ __`app/index.html`:__ ## What is the code doing? -**`ng-app` directive:** +** `ng-app` Attribute & `ngApp` Directive:**