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/step_01.ngdoc | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'docs/content/tutorial/step_01.ngdoc') 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 -
... @@ -51,27 +41,17 @@ __`app/index.html`:__- - # Experiments - * Try adding more static HTML to `index.html`. For example: -
Total number of phones: 2
- - # 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. - -