From 83c2eef9982b46d29a961a1f8015803499cd5373 Mon Sep 17 00:00:00 2001 From: danrbergman Date: Tue, 19 Aug 2014 11:26:53 -0400 Subject: [PATCH 1/3] Update module.ngdoc Hello World example Helpful for people new to Angular to see the ng-app declaration in context with the expression example. This will help illustrate the "Important thing to notice" point which follows: "The reference to myApp module in . This is what bootstraps the app using your module." --- docs/content/guide/module.ngdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index 7071f78f912f..b95983da0695 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -28,9 +28,11 @@ I'm in a hurry. How do I get a Hello World module working? +
{{ 'World' | greet }}
+
From d567a48458c2b74cad193165c9c6b3f838692227 Mon Sep 17 00:00:00 2001 From: danrbergman Date: Tue, 19 Aug 2014 13:43:05 -0400 Subject: [PATCH 2/3] docs: demo ng-app in module.ngdoc Hello World fixed indentation, replaced w/
, and added "ng-app-included" to --- docs/content/guide/module.ngdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index b95983da0695..97d12ffa2bb5 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -26,13 +26,13 @@ should be bootstrapped. There are several advantages to this approach: I'm in a hurry. How do I get a Hello World module working? - + - +
{{ 'World' | greet }}
- +
From 202f36592ddd0f729278dd50c0f69d22055a826c Mon Sep 17 00:00:00 2001 From: danrbergman Date: Thu, 21 Aug 2014 21:44:59 -0400 Subject: [PATCH 3/3] docs(guide/module): update HelloWorld example --- docs/content/guide/module.ngdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index 97d12ffa2bb5..32f0fac2928e 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -26,13 +26,13 @@ should be bootstrapped. There are several advantages to this approach: I'm in a hurry. How do I get a Hello World module working? - + -
+
- {{ 'World' | greet }} + {{ 'World' | greet }}
-
+