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 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/content/tutorial/step_00.ngdoc') 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`:__
- +@@ -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 -my angular app @@ -159,7 +159,7 @@ __`app/index.html`:__ Nothing here yet! - +