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/tutorial/step_00.ngdoc | 14 +++++++------- docs/content/tutorial/step_02.ngdoc | 3 ++- docs/content/tutorial/step_07.ngdoc | 3 ++- 3 files changed, 11 insertions(+), 9 deletions(-) (limited to 'docs/content/tutorial') diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index b1bdf628..b7f469ff 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -149,7 +149,7 @@ below. The code contains some key Angular elements that we will need going forwa __`app/index.html`:__
 
-
+
 
   
   my angular app
@@ -159,7 +159,7 @@ __`app/index.html`:__
 
   Nothing here yet!
 
-  
+  
 
 
 
@@ -170,7 +170,7 @@ __`app/index.html`:__ * xmlns declaration - + This `xmlns` declaration for the `ng` namespace must be specified in all Angular applications in order to make Angular work with XHTML and IE versions older than 9 (regardless of whether you are @@ -178,15 +178,15 @@ using XHTML or HTML). * Angular script tag - + diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index 1467a8a7..0aebb9fe 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -103,12 +103,13 @@ route into the layout template, which makes it a perfect fit for our `index.html __`app/index.html`:__
+
 ...
 
 
   
 
-  
+  
   
 
 
-- 
cgit v1.2.3