From 53b2254ea70019937463d8e079e1991b3d3d1d8b Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 2 Apr 2012 08:32:30 -0700 Subject: docs(tutorial): update tutorial intro + steps 0-3 also contains all kinds of fixes that I had to make in the docs app to get the tutorial to render correctly --- docs/content/tutorial/index.ngdoc | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) (limited to 'docs/content/tutorial/index.ngdoc') diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index c26ea2df..1190aaf2 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -2,12 +2,12 @@ @name Tutorial @description -A great way to get introduced to Angular is to work through this tutorial, which walks you through +A great way to get introduced to AngularJS is to work through this tutorial, which walks you through the construction of an AngularJS web app. The app you will build is a catalog that displays a list of Android devices, lets you filter the list to see only devices that interest you, and then view details for any device. - + Work through the tutorial to see how Angular makes browsers smarter — without the use of extensions or plug-ins. As you work through the tutorial, you will: @@ -72,9 +72,8 @@ directory.

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 install -node.js. Use node to run scripts/web-server.js, a simple bundled -http server.

  • +href="http://nodejs.org/#download">install node.js. Use node to run +scripts/web-server.js, a simple bundled http server.

    @@ -97,11 +96,10 @@ directory.

    You should run all git commands from msysGit bash.

    Other commands like test-server.bat or test.bat should be executed from the Windows command line. -

  • You need an http server running on your system. If you don't already have one -installed, you can install node.js. Download the pre-compiled binaries, unzip them, and then add -nodejs\bin into your PATH. Use node to run -scripts\web-server.js, a simple, bundled http server.

  • +
  • You need an http server running on your system, but if you don't already have one +already installed, you can install node.js. Make sure that +nodejs\bin was added into your PATH. Use node to run +scripts\web-server.js, a simple bundled http server.

  • @@ -119,9 +117,8 @@ containing all of the files and unzip them into the [tutorial-dir] directory

    sandbox directory.

  • You need an http server running on your system and Mac and Linux machines typically have Apache pre-installed. If you don't have an http server installed, you can install -node.js and use it to run scripts/web-server.js, a simple bundled http -server.

  • +href="http://nodejs.org/#download">install node.js and use it to run +scripts/web-server.js, a simple bundled http server.

    @@ -138,13 +135,14 @@ and unzip the files into the [tutorial-dir] directory

    cd [tutorial-dir]/sandbox

    The tutorial instructions assume you are running all commands from this directory.

  • You need an http server running on your system, but if you don't already have one -already installed, you can install node.js. Download the pre-compiled binaries, unzip them, and then add -nodejs\bin into your PATH. Use node to run +already installed, you can install node.js. Make sure that +nodejs\bin was added into your PATH. Use node to run scripts\web-server.js, a simple bundled http server.

  • The last thing to do is to make sure your computer has a web browser and a good text editor -installed. Now, let's get going with {@link step_00 step 0}. +installed. Now, let's get some cool stuff done! + +{@link step_00 Get Started!} -- cgit v1.2.3