From 3e54a1b18ab698d55e1642a120f95ea3adf6af1b Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 29 Jul 2011 12:40:14 -0700 Subject: doc(tutorial): fixes and improvements from Toni and Ben --- docs/content/tutorial/step_00.ngdoc | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 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 a8243d47..b1bdf628 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -5,8 +5,8 @@ -You are now ready to build the phonecat application. In this step, you will become familiar with -the most important source code files, learn how to start the development servers bundled with +You are now ready to build the Angular phonecat application. In this step, you will become familiar +with the most important source code files, learn how to start the development servers bundled with angular-seed, and run the application in the browser. @@ -78,7 +78,7 @@ directory.
    -
  1. In angular-phonecat directory, run this command:

    +
  2. In the angular-phonecat directory, run this command:

    ./goto_step.sh 0

    This resets your workspace to step 0 of the tutorial app.

    You must repeat this for every future step in the tutorial and change the number to @@ -110,7 +110,7 @@ href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html

      -
    1. Open windows command line and run this command (in angular-phonecat directory):

      +
    2. Open windows command line and run this command (in the angular-phonecat directory):

      goto_step.bat 0

      This resets your workspace to step 0 of the tutorial app.

      You must repeat this for every future step in the tutorial and change the number to @@ -144,7 +144,7 @@ href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html You can now see the page in your browser. It's not very exciting, but that's OK. The static HTML page that displays "Nothing here yet!" was constructed with the HTML code shown -below. The code contains some key angular elements that we will need going forward. +below. The code contains some key Angular elements that we will need going forward. __`app/index.html`:__

      @@ -172,25 +172,25 @@ __`app/index.html`:__
       
                 
       
      -  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
      +  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
       using XHTML or HTML).
       
      -* angular script tag
      +* Angular script tag