aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_01.ngdoc
diff options
context:
space:
mode:
authorIgor Minar2011-06-15 22:31:40 -0700
committerIgor Minar2011-06-15 22:31:40 -0700
commitb842642b574a2b95c53b791308ed1bf8ff9d304d (patch)
treefb26431c5372be74de2105df77e94dea4f198489 /docs/content/tutorial/step_01.ngdoc
parentd428c9910e66246c2af46602499acaeaf187d75b (diff)
downloadangular.js-b842642b574a2b95c53b791308ed1bf8ff9d304d.tar.bz2
docs - stripping extra new lines
Diffstat (limited to 'docs/content/tutorial/step_01.ngdoc')
-rw-r--r--docs/content/tutorial/step_01.ngdoc20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/content/tutorial/step_01.ngdoc b/docs/content/tutorial/step_01.ngdoc
index 81d9082a..37d7e0a6 100644
--- a/docs/content/tutorial/step_01.ngdoc
+++ b/docs/content/tutorial/step_01.ngdoc
@@ -2,34 +2,24 @@
@name Tutorial: 1 - Static Template
@description
-
<ul doc:tutorial-nav="1"></ul>
-
-
In order to illustrate how angular enhances standard HTML, you will create a purely *static* HTML
page and then examine how we can turn this HTML code into a template that angular will use to
dynamically display the same result with any set of data.
-
In this step you will add some basic information about two cell phones to an HTML page.
-
-
<doc:tutorial-instructions step="1" show="true"></doc:tutorial-instructions>
-
-
The page now contains a list with information about two phones.
-
The most important changes are listed below. You can see the full diff on {@link
https://github.com/angular/angular-phonecat/compare/step-0...step-1 GitHub}:
-
__`app/index.html`:__
<pre>
...
@@ -51,27 +41,17 @@ __`app/index.html`:__
</pre>
-
-
# Experiments
-
* Try adding more static HTML to `index.html`. For example:
-
<p>Total number of phones: 2</p>
-
-
# Summary
-
This addition to your app uses static HTML to display the list. Now, let's go to step 2 to learn
how to use angular to dynamically generate the same list.
-
-
<ul doc:tutorial-nav="1"></ul>
-