diff --git a/docs/content/misc/started.ngdoc b/docs/content/misc/started.ngdoc index d621b5ee2ef5..522ddbce54f8 100644 --- a/docs/content/misc/started.ngdoc +++ b/docs/content/misc/started.ngdoc @@ -19,6 +19,7 @@ becoming an Angular expert. ##Watch Videos If you haven’t had a chance to watch the videos from the homepage, please check out: + * {@link http://www.youtube.com/watch?v=WuiHuZq_cg4&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D Introduction to AngularJS} * {@link http://www.youtube.com/watch?v=Yg-R1gchccg&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D Creating Directives} * {@link http://www.youtube.com/watch?v=IRelx4-ISbs&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D Communicating with Servers} diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 4a81177d3b80..253906217ef5 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -72,7 +72,7 @@ directory.

  • Change your current directory to angular-phonecat:

    cd angular-phonecat
    -

    The tutorial instructions assume you are running all commands from the angular-phonecat +

    The tutorial instructions assume you are running all commands from the angular-phonecat directory.

  • You will need an http server running on your system. Mac and Linux machines typically have Apache pre-installed, but If you don't already have one installed, you can use node @@ -96,10 +96,10 @@

  • Clone the angular-phonecat repository located at Github by running the following command:

    git clone git://github.com/angular/angular-phonecat.git
    -

    This command creates the angular-phonecat directory in your current directory.

  • -
  • Change your current directory to angular-phonecat.

    +

    This command creates the angular-phonecat directory in your current directory.

  • +
  • Change your current directory to angular-phonecat:

    cd angular-phonecat
    -

    The tutorial instructions assume you are running all commands from the angular-phonecat +

    The tutorial instructions assume you are running all commands from the angular-phonecat directory.

    You should run all git commands from Git bash.

    Other commands like test.bat or e2e-test.bat should be diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index 2667b92c6643..56ff93c146bd 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -13,7 +13,7 @@ angular-seed, and run the application in the browser.

      -
    1. In angular-phonecat directory, run this command:

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

      git checkout -f step-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 @@ -25,7 +25,7 @@ angular-seed, and run the application in the browser.

    3. For node.js users:
      1. In a separate terminal tab or window, run -./scripts/web-server.js to start the web server.
      2. +node ./scripts/web-server.js to start the web server.
      3. Open a browser window for the app and navigate to http://localhost:8000/app/index.html
      @@ -46,7 +46,7 @@ directory.
      1. -
      2. Open Git bash and run this command (in angular-phonecat directory):

        +
      3. Open Git bash and run this command (in angular-phonecat directory):

        git checkout -f step-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