File tree Expand file tree Collapse file tree 13 files changed +42
-40
lines changed
Expand file tree Collapse file tree 13 files changed +42
-40
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ regression/temp*.html
66performance /temp * .html
77.idea /workspace.xml
88* ~
9+ angular.js.tmproj
Original file line number Diff line number Diff line change 33@name Tutorial
44@description
55
6- A great way to get introduced to angular is to work through the {@link tutorial.step_0 angular
6+ A great way to get introduced to angular is to work through the {@link tutorial.step_00 angular
77tutorial}, which walks you through the construction of an angular web app. The app you will build
88in the tutorial is loosely based on the {@link http://www.google.com/phone/ Google phone gallery
99app}. The {@link http://angular.github.com/angular-phonecat/step-11/app/ end result of our effort}
Original file line number Diff line number Diff line change 1- @workInProgress
1+
2+ @workInProgress
23@ngdoc overview
34@name Tutorial: Step 0
45@description
910<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-0/app Example}</td>
1011<td id="tut_home">{@link tutorial Tutorial Home}</td>
1112<td id="code_diff">Code Diff</td>
12- <td id="next_step">{@link tutorial.step_1 Next}</td>
13+ <td id="next_step">{@link tutorial.step_01 Next}</td>
1314</tr>
1415</table>
1516
@@ -72,6 +73,6 @@ Now we can move on and add some content to our developing web app.
7273<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-0/app Example}</td>
7374<td id="tut_home">{@link tutorial Tutorial Home}</td>
7475<td id="code_diff">Code Diff</td>
75- <td id="next_step">{@link tutorial.step_1 Next}</td>
76+ <td id="next_step">{@link tutorial.step_01 Next}</td>
7677</tr>
7778</table>
Original file line number Diff line number Diff line change 99 <td id="tut_home">{@link tutorial Tutorial Home}</td>
1010 <td id="code_diff">
1111{@link https://github.com/angular/angular-phonecat/compare/step-0...step-1 Code Diff}</td>
12- <td id="next_step">{@link tutorial.step_2 Next}</td>
12+ <td id="next_step">{@link tutorial.step_00 Next}</td>
1313 </tr>
1414</table>
1515
@@ -83,6 +83,6 @@ into a dynamic web app.
8383 <td id="tut_home">{@link tutorial Tutorial Home}</td>
8484 <td id="code_diff">
8585{@link https://github.com/angular/angular-phonecat/compare/step-0...step-1 Code Diff}</td>
86- <td id="next_step">{@link tutorial.step_2 Next}</td>
86+ <td id="next_step">{@link tutorial.step_00 Next}</td>
8787 </tr>
8888</table>
Original file line number Diff line number Diff line change 44@description
55<table id="tutorial_nav">
66 <tr>
7- <td id="previous_step">{@link tutorial.step_1 Previous}</td>
7+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
88 <td id="step_result">{@link http://angular.github.com/angular-phonecat/step-2/app Example}</td>
99 <td id="tut_home">{@link tutorial Tutorial Home}</td>
1010<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-1...step-2 Code
1111Diff}</td>
12- <td id="next_step">{@link tutorial.step_3 Next}</td>
12+ <td id="next_step">{@link tutorial.step_00 Next}</td>
1313 </tr>
1414</table>
1515
@@ -127,11 +127,11 @@ angular. The test verifies that we have 3 records in the phones array.
127127
128128<table id="tutorial_nav">
129129 <tr>
130- <td id="previous_step">{@link tutorial.step_1 Previous}</td>
130+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
131131 <td id="step_result">{@link http://angular.github.com/angular-phonecat/step-2/app Example}</td>
132132 <td id="tut_home">{@link tutorial Tutorial Home}</td>
133133<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-1...step-2 Code
134134Diff}</td>
135- <td id="next_step">{@link tutorial.step_3 Next}</td>
135+ <td id="next_step">{@link tutorial.step_00 Next}</td>
136136 </tr>
137137</table>
Original file line number Diff line number Diff line change 44@description
55<table id="tutorial_nav">
66<tr>
7- <td id="previous_step">{@link tutorial.step_2 Previous}</td>
7+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
88 <td id="step_result">{@link http://angular.github.com/angular-phonecat/step-3/app Example}</td>
99 <td id="tut_home">{@link tutorial Tutorial Home}</td>
1010 <td id="code_diff">{@link
1111 https://github.com/angular/angular-phonecat/commit/a03815f8fb00217f5f9c1d3ef83282f79818e706 Code
1212 Diff}</td>
13- <td id="next_step">{@link tutorial.step_4 Next}</td>
13+ <td id="next_step">{@link tutorial.step_00 Next}</td>
1414</tr>
1515</table>
1616
@@ -97,12 +97,12 @@ your browser. This end-to-end test shows the following:
9797
9898<table id="tutorial_nav">
9999<tr>
100- <td id="previous_step">{@link tutorial.step_2 Previous}</td>
100+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
101101 <td id="step_result">{@link http://angular.github.com/angular-phonecat/step-3/app Example}</td>
102102 <td id="tut_home">{@link tutorial Tutorial Home}</td>
103103 <td id="code_diff">{@link
104104 https://github.com/angular/angular-phonecat/commit/a03815f8fb00217f5f9c1d3ef83282f79818e706 Code
105105 Diff}</td>
106- <td id="next_step">{@link tutorial.step_4 Next}</td>
106+ <td id="next_step">{@link tutorial.step_00 Next}</td>
107107</tr>
108108</table>
Original file line number Diff line number Diff line change 44@description
55<table id="tutorial_nav">
66<tr>
7- <td id="previous_step">{@link tutorial.step_3 Previous}</td>
7+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
88<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-4/app Example}</td>
99<td id="tut_home">{@link tutorial Tutorial Home}</td>
1010<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-3...step-4 Code
1111Diff}</td>
12- <td id="next_step">{@link tutorial.step_5 Next}</td>
12+ <td id="next_step">{@link tutorial.step_00 Next}</td>
1313</tr>
1414</table>
1515
@@ -151,11 +151,11 @@ initializes the data model.
151151
152152<table id="tutorial_nav">
153153<tr>
154- <td id="previous_step">{@link tutorial.step_3 Previous}</td>
154+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
155155<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-4/app Example}</td>
156156<td id="tut_home">{@link tutorial Tutorial Home}</td>
157157<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-3...step-4 Code
158158Diff}</td>
159- <td id="next_step">{@link tutorial.step_5 Next}</td>
159+ <td id="next_step">{@link tutorial.step_00 Next}</td>
160160</tr>
161161</table>
Original file line number Diff line number Diff line change 44@description
55<table id="tutorial_nav">
66<tr>
7- <td id="previous_step">{@link tutorial.step_4 Previous}</td>
7+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
88 <td id="step_result">{@link http://angular.github.com/angular-phonecat/step-5/app Example}</td>
99 <td id="tut_home">{@link tutorial Tutorial Home}</td>
1010<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-4...step-5 Code
1111Diff}</td>
12- <td id="next_step">{@link tutorial.step_6 Next}</td>
12+ <td id="next_step">{@link tutorial.step_00 Next}</td>
1313</tr>
1414</table>
1515
@@ -137,11 +137,11 @@ reason, we need to:
137137
138138<table id="tutorial_nav">
139139<tr>
140- <td id="previous_step">{@link tutorial.step_4 Previous}</td>
140+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
141141 <td id="step_result">{@link http://angular.github.com/angular-phonecat/step-5/app Example}</td>
142142 <td id="tut_home">{@link tutorial Tutorial Home}</td>
143143 <td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-4...step-5
144144 Code Diff}</td>
145- <td id="next_step">{@link tutorial.step_6 Next}</td>
145+ <td id="next_step">{@link tutorial.step_00 Next}</td>
146146</tr>
147147</table>
Original file line number Diff line number Diff line change 44@description
55<table id="tutorial_nav">
66<tr>
7- <td id="previous_step">{@link tutorial.step_5 Previous}</td>
7+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
88<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-6/app Example}</td>
99<td id="tut_home">{@link tutorial Tutorial Home}</td>
1010<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-5...step-6 Code
1111Diff}</td>
12- <td id="next_step">{@link tutorial.step_7 Next}</td>
12+ <td id="next_step">{@link tutorial.step_00 Next}</td>
1313</tr>
1414</table>
1515
@@ -103,11 +103,11 @@ views we will implement in the upcoming steps.
103103
104104<table id="tutorial_nav">
105105<tr>
106- <td id="previous_step">{@link tutorial.step_5 Previous}</td>
106+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
107107<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-6/app Example}</td>
108108<td id="tut_home">{@link tutorial Tutorial Home}</td>
109109<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-5...step-6 Code
110110Diff}</td>
111- <td id="next_step">{@link tutorial.step_7 Next}</td>
111+ <td id="next_step">{@link tutorial.step_00 Next}</td>
112112</tr>
113113</table>
Original file line number Diff line number Diff line change 44@description
55<table id="tutorial_nav">
66<tr>
7- <td id="previous_step">{@link tutorial.step_6 Previous}</td>
7+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
88<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-7/app Live Demo
99}</td>
1010<td id="tut_home">{@link tutorial Tutorial Home}</td>
1111<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-6...step-7 Code
1212Diff}</td>
13- <td id="next_step">{@link tutorial.step_8 Next}</td>
13+ <td id="next_step">{@link tutorial.step_00 Next}</td>
1414</tr>
1515</table>
1616
@@ -170,12 +170,12 @@ behavior from the root controller.
170170
171171<table id="tutorial_nav">
172172<tr>
173- <td id="previous_step">{@link tutorial.step_6 Previous}</td>
173+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
174174<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-7/app Live Demo
175175}</td>
176176<td id="tut_home">{@link tutorial Tutorial Home}</td>
177177<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-6...step-7 Code
178178Diff}</td>
179- <td id="next_step">{@link tutorial.step_8 Next}</td>
179+ <td id="next_step">{@link tutorial.step_00 Next}</td>
180180</tr>
181181</table>
You can’t perform that action at this time.
0 commit comments