Skip to content

Commit ea6b87c

Browse files
mheveryIgorMinar
authored andcommitted
renamed tutorial so that it would sort properly
1 parent e205bd7 commit ea6b87c

13 files changed

+42
-40
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ regression/temp*.html
66
performance/temp*.html
77
.idea/workspace.xml
88
*~
9+
angular.js.tmproj

docs/tutorial.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
77
tutorial}, which walks you through the construction of an angular web app. The app you will build
88
in the tutorial is loosely based on the {@link http://www.google.com/phone/ Google phone gallery
99
app}. The {@link http://angular.github.com/angular-phonecat/step-11/app/ end result of our effort}
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@workInProgress
1+

2+
@workInProgress
23
@ngdoc overview
34
@name Tutorial: Step 0
45
@description
@@ -9,7 +10,7 @@
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>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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
1111
Diff}</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
134134
Diff}</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>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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
1111
Diff}</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
158158
Diff}</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>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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
1111
Diff}</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>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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
1111
Diff}</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
110110
Diff}</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>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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
1212
Diff}</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
178178
Diff}</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>

0 commit comments

Comments
 (0)