From 3751f172b3986604853700a1475a7ad81b42a9b1 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 10 May 2011 17:45:42 -0700 Subject: add new batch of tutorial docs and images --- docs/content/tutorial/step_01.ngdoc | 57 +++++++++++++++++++++++++++---------- 1 file changed, 42 insertions(+), 15 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 4f0640c9..a0fac338 100755 --- a/docs/content/tutorial/step_01.ngdoc +++ b/docs/content/tutorial/step_01.ngdoc @@ -1,11 +1,11 @@ -@ngdoc overview +@ngdoc overview @name Tutorial: Step 1 @description
| {@link tutorial.step_00 Previous} | {@link http://angular.github.com/angular-phonecat/step-1/app Live - Demo}+Demo} | {@link tutorial Tutorial Home} | {@link https://github.com/angular/angular-phonecat/compare/step-0...step-1 Code Diff}@@ -13,38 +13,53 @@ | 
...
Fast just got faster with Nexus S.
The Next, Next Generation tablet.
@@ -53,26 +68,38 @@ __`app/index.html`:__ ... + + + # Experiments -* Try adding more static html to `index.html`. For example: -Total number of phones: 3
+* Try adding more static HTML to `index.html`. For example: + + +++ + # 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. +Total number of phones: 2
+
| {@link tutorial.step_00 Previous} | {@link http://angular.github.com/angular-phonecat/step-1/app Live - Demo}+Demo} | {@link tutorial Tutorial Home} | {@link https://github.com/angular/angular-phonecat/compare/step-0...step-1 Code Diff} | {@link tutorial.step_02 Next} |