From b842642b574a2b95c53b791308ed1bf8ff9d304d Mon Sep 17 00:00:00 2001
From: Igor Minar
Date: Wed, 15 Jun 2011 22:31:40 -0700
Subject: docs - stripping extra new lines
---
docs/content/tutorial/index.ngdoc | 24 --------------
docs/content/tutorial/step_00.ngdoc | 42 +----------------------
docs/content/tutorial/step_01.ngdoc | 20 -----------
docs/content/tutorial/step_02.ngdoc | 64 -----------------------------------
docs/content/tutorial/step_03.ngdoc | 56 -------------------------------
docs/content/tutorial/step_04.ngdoc | 60 ---------------------------------
docs/content/tutorial/step_05.ngdoc | 66 -------------------------------------
docs/content/tutorial/step_06.ngdoc | 30 -----------------
docs/content/tutorial/step_07.ngdoc | 61 ----------------------------------
docs/content/tutorial/step_08.ngdoc | 54 ------------------------------
docs/content/tutorial/step_09.ngdoc | 28 ----------------
docs/content/tutorial/step_10.ngdoc | 48 ---------------------------
docs/content/tutorial/step_11.ngdoc | 60 ---------------------------------
docs/content/tutorial/the_end.ngdoc | 6 ----
14 files changed, 1 insertion(+), 618 deletions(-)
(limited to 'docs/content/tutorial')
diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc
index 68793134..605bccd3 100644
--- a/docs/content/tutorial/index.ngdoc
+++ b/docs/content/tutorial/index.ngdoc
@@ -2,20 +2,16 @@
@name Tutorial
@description
-
A great way to get introduced to angular is to work through this tutorial, which walks you through
the construction of an angular 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.
-
-
As you work through this tutorial, you will learn how angular makes browsers smarter — without the
use of extensions or plugins.
-
* You will see examples of how to use client-side data binding and dependency injection to build
dynamic views of data that change immediately in response to user actions.
* You will see how angular creates listeners on your data without the need for DOM manipulation.
@@ -23,13 +19,10 @@ dynamic views of data that change immediately in response to user actions.
* You will learn how to use angular services to make common web tasks, such as getting data into
your app, easier.
-
And all of this works in any browser without modifications!
-
When you finish the tutorial you will be able to:
-
* Create a dynamic application that works in any browser
* Define the differences between angular and common JavaScript frameworks
* Understand how data binding works in angular
@@ -37,12 +30,10 @@ When you finish the tutorial you will be able to:
* Create and run tests
* Identify resources for learning more about angular
-
The tutorial is will guide you through the process of building a simple application, including
writing and running unit and end-to-end tests, and will allow you to experiment with angular and
the application through experiments suggested at the end of each step.
-
You can go through the whole tutorial in a couple of hours or you may want to spend a pleasant day
really digging into it. If you're looking for a shorter introduction to angular, check out the
{@link misc/started Getting Started} document.
@@ -53,23 +44,14 @@ really digging into it. If you're looking for a shorter introduction to angular,
-
-
-
-
-
-
-
# Working with the code
-
There are two ways that you can you follow this tutorial and hack on the code, both available on
Mac/Linux or Windows environment. The first work flow uses Git versioning system for source code
management, the second work flow doesn't depend on any source control system and instead uses
scripts to copy snapshots of project files into your workspace (`sandbox`) directory. Choose the
one you prefer:
-
@@ -95,7 +77,6 @@ server.
Verify that you have Java installed and that the @@ -123,7 +104,6 @@ href="http://node-js.prcn.co.cc/">pre-compiled binaries, unzip them and add
Verify that you have Java installed by running the @@ -144,7 +124,6 @@ server.
Verify that you have Java installed and that the @@ -167,9 +146,6 @@ href="http://node-js.prcn.co.cc/">pre-compiled binaries, unzip them and add
Open msysGit bash and run this command (in angular-phonecat directory):
@@ -84,8 +76,6 @@ directory.In angular-phonecat directory, run this command:
@@ -118,8 +108,6 @@ href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.htmlOpen windows command line and run this command (in angular-phonecat directory):
@@ -153,15 +141,11 @@ href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html@@ -173,10 +157,8 @@ __`app/index.html`:__ - Nothing here yet! -