From 5143e7bf065a3cbdf8400cf095b653d51bc83b8f Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 6 Jan 2012 18:10:47 -0800 Subject: feat(module): new module loader --- docs/content/misc/downloading.ngdoc | 4 ++-- docs/content/misc/started.ngdoc | 11 +++++------ 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'docs/content/misc') diff --git a/docs/content/misc/downloading.ngdoc b/docs/content/misc/downloading.ngdoc index d7cb086e..c99de118 100644 --- a/docs/content/misc/downloading.ngdoc +++ b/docs/content/misc/downloading.ngdoc @@ -20,10 +20,10 @@ example points to (non-minified) version 0.9.12:
-
+
My Angular App
-
+
diff --git a/docs/content/misc/started.ngdoc b/docs/content/misc/started.ngdoc
index 591fb859..08e37668 100644
--- a/docs/content/misc/started.ngdoc
+++ b/docs/content/misc/started.ngdoc
@@ -27,18 +27,17 @@ Now let's take a closer look at that code, and see what is going on behind
the scenes.
The first line of interest defines the `ng` namespace, which makes
-AngularJS work across all browsers (especially important for IE):
+AngularJS work across all browsers (especially important for IE). The
+`ng:app` tags tells angular to process the entire HTML when it is loaded:
-
+
-The next line downloads the angular script, and instructs angular to process
-the entire HTML page when it is loaded:
+The next line downloads the angular script:
-
+
(For details on what happens when angular processes an HTML page,
--
cgit v1.2.3