diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | docs/tutorial.ngdoc | 2 | ||||
| -rwxr-xr-x | docs/tutorial.step_00.ngdoc (renamed from docs/tutorial.step_0.ngdoc) | 7 | ||||
| -rwxr-xr-x | docs/tutorial.step_01.ngdoc (renamed from docs/tutorial.step_1.ngdoc) | 4 | ||||
| -rwxr-xr-x | docs/tutorial.step_02.ngdoc (renamed from docs/tutorial.step_2.ngdoc) | 8 | ||||
| -rwxr-xr-x | docs/tutorial.step_03.ngdoc (renamed from docs/tutorial.step_3.ngdoc) | 8 | ||||
| -rwxr-xr-x | docs/tutorial.step_04.ngdoc (renamed from docs/tutorial.step_4.ngdoc) | 8 | ||||
| -rwxr-xr-x | docs/tutorial.step_05.ngdoc (renamed from docs/tutorial.step_5.ngdoc) | 8 | ||||
| -rwxr-xr-x | docs/tutorial.step_06.ngdoc (renamed from docs/tutorial.step_6.ngdoc) | 8 | ||||
| -rwxr-xr-x | docs/tutorial.step_07.ngdoc (renamed from docs/tutorial.step_7.ngdoc) | 8 | ||||
| -rwxr-xr-x | docs/tutorial.step_08.ngdoc (renamed from docs/tutorial.step_8.ngdoc) | 8 | ||||
| -rwxr-xr-x | docs/tutorial.step_09.ngdoc (renamed from docs/tutorial.step_9.ngdoc) | 8 | ||||
| -rw-r--r-- | docs/tutorial.step_10.ngdoc | 4 |
13 files changed, 42 insertions, 40 deletions
@@ -6,3 +6,4 @@ regression/temp*.html performance/temp*.html .idea/workspace.xml *~ +angular.js.tmproj diff --git a/docs/tutorial.ngdoc b/docs/tutorial.ngdoc index a8a51b45..b430b248 100644 --- a/docs/tutorial.ngdoc +++ b/docs/tutorial.ngdoc @@ -3,7 +3,7 @@ @name Tutorial @description -A great way to get introduced to angular is to work through the {@link tutorial.step_0 angular +A great way to get introduced to angular is to work through the {@link tutorial.step_00 angular tutorial}, which walks you through the construction of an angular web app. The app you will build in the tutorial is loosely based on the {@link http://www.google.com/phone/ Google phone gallery app}. The {@link http://angular.github.com/angular-phonecat/step-11/app/ end result of our effort} diff --git a/docs/tutorial.step_0.ngdoc b/docs/tutorial.step_00.ngdoc index 6d11d3b0..dbe38285 100755 --- a/docs/tutorial.step_0.ngdoc +++ b/docs/tutorial.step_00.ngdoc @@ -1,4 +1,5 @@ -@workInProgress
+
+@workInProgress
@ngdoc overview
@name Tutorial: Step 0
@description
@@ -9,7 +10,7 @@ <td id="step_result">{@link http://angular.github.com/angular-phonecat/step-0/app Example}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">Code Diff</td>
-<td id="next_step">{@link tutorial.step_1 Next}</td>
+<td id="next_step">{@link tutorial.step_01 Next}</td>
</tr>
</table>
@@ -72,6 +73,6 @@ Now we can move on and add some content to our developing web app. <td id="step_result">{@link http://angular.github.com/angular-phonecat/step-0/app Example}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">Code Diff</td>
-<td id="next_step">{@link tutorial.step_1 Next}</td>
+<td id="next_step">{@link tutorial.step_01 Next}</td>
</tr>
</table>
diff --git a/docs/tutorial.step_1.ngdoc b/docs/tutorial.step_01.ngdoc index 7b4613b7..d96eaeb3 100755 --- a/docs/tutorial.step_1.ngdoc +++ b/docs/tutorial.step_01.ngdoc @@ -9,7 +9,7 @@ <td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">
{@link https://github.com/angular/angular-phonecat/compare/step-0...step-1 Code Diff}</td>
- <td id="next_step">{@link tutorial.step_2 Next}</td>
+ <td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
@@ -83,6 +83,6 @@ into a dynamic web app. <td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">
{@link https://github.com/angular/angular-phonecat/compare/step-0...step-1 Code Diff}</td>
- <td id="next_step">{@link tutorial.step_2 Next}</td>
+ <td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
diff --git a/docs/tutorial.step_2.ngdoc b/docs/tutorial.step_02.ngdoc index 90a50e0e..62becdba 100755 --- a/docs/tutorial.step_2.ngdoc +++ b/docs/tutorial.step_02.ngdoc @@ -4,12 +4,12 @@ @description
<table id="tutorial_nav">
<tr>
- <td id="previous_step">{@link tutorial.step_1 Previous}</td>
+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-2/app Example}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-1...step-2 Code
Diff}</td>
- <td id="next_step">{@link tutorial.step_3 Next}</td>
+ <td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
@@ -127,11 +127,11 @@ angular. The test verifies that we have 3 records in the phones array. <table id="tutorial_nav">
<tr>
- <td id="previous_step">{@link tutorial.step_1 Previous}</td>
+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-2/app Example}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-1...step-2 Code
Diff}</td>
- <td id="next_step">{@link tutorial.step_3 Next}</td>
+ <td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
diff --git a/docs/tutorial.step_3.ngdoc b/docs/tutorial.step_03.ngdoc index b3d3efc2..4fcccf4e 100755 --- a/docs/tutorial.step_3.ngdoc +++ b/docs/tutorial.step_03.ngdoc @@ -4,13 +4,13 @@ @description
<table id="tutorial_nav">
<tr>
- <td id="previous_step">{@link tutorial.step_2 Previous}</td>
+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-3/app Example}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link
https://github.com/angular/angular-phonecat/commit/a03815f8fb00217f5f9c1d3ef83282f79818e706 Code
Diff}</td>
- <td id="next_step">{@link tutorial.step_4 Next}</td>
+ <td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
@@ -97,12 +97,12 @@ your browser. This end-to-end test shows the following: <table id="tutorial_nav">
<tr>
- <td id="previous_step">{@link tutorial.step_2 Previous}</td>
+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-3/app Example}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link
https://github.com/angular/angular-phonecat/commit/a03815f8fb00217f5f9c1d3ef83282f79818e706 Code
Diff}</td>
- <td id="next_step">{@link tutorial.step_4 Next}</td>
+ <td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
diff --git a/docs/tutorial.step_4.ngdoc b/docs/tutorial.step_04.ngdoc index de98eb34..559055b6 100755 --- a/docs/tutorial.step_4.ngdoc +++ b/docs/tutorial.step_04.ngdoc @@ -4,12 +4,12 @@ @description
<table id="tutorial_nav">
<tr>
-<td id="previous_step">{@link tutorial.step_3 Previous}</td>
+<td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-4/app Example}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-3...step-4 Code
Diff}</td>
-<td id="next_step">{@link tutorial.step_5 Next}</td>
+<td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
@@ -151,11 +151,11 @@ initializes the data model. <table id="tutorial_nav">
<tr>
-<td id="previous_step">{@link tutorial.step_3 Previous}</td>
+<td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-4/app Example}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-3...step-4 Code
Diff}</td>
-<td id="next_step">{@link tutorial.step_5 Next}</td>
+<td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
diff --git a/docs/tutorial.step_5.ngdoc b/docs/tutorial.step_05.ngdoc index c28d7bf8..63ebd64f 100755 --- a/docs/tutorial.step_5.ngdoc +++ b/docs/tutorial.step_05.ngdoc @@ -4,12 +4,12 @@ @description
<table id="tutorial_nav">
<tr>
- <td id="previous_step">{@link tutorial.step_4 Previous}</td>
+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-5/app Example}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-4...step-5 Code
Diff}</td>
- <td id="next_step">{@link tutorial.step_6 Next}</td>
+ <td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
@@ -137,11 +137,11 @@ reason, we need to: <table id="tutorial_nav">
<tr>
- <td id="previous_step">{@link tutorial.step_4 Previous}</td>
+ <td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-5/app Example}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-4...step-5
Code Diff}</td>
- <td id="next_step">{@link tutorial.step_6 Next}</td>
+ <td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
diff --git a/docs/tutorial.step_6.ngdoc b/docs/tutorial.step_06.ngdoc index 09d2c713..9d6a548e 100755 --- a/docs/tutorial.step_6.ngdoc +++ b/docs/tutorial.step_06.ngdoc @@ -4,12 +4,12 @@ @description
<table id="tutorial_nav">
<tr>
-<td id="previous_step">{@link tutorial.step_5 Previous}</td>
+<td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-6/app Example}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-5...step-6 Code
Diff}</td>
-<td id="next_step">{@link tutorial.step_7 Next}</td>
+<td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
@@ -103,11 +103,11 @@ views we will implement in the upcoming steps. <table id="tutorial_nav">
<tr>
-<td id="previous_step">{@link tutorial.step_5 Previous}</td>
+<td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-6/app Example}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-5...step-6 Code
Diff}</td>
-<td id="next_step">{@link tutorial.step_7 Next}</td>
+<td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
diff --git a/docs/tutorial.step_7.ngdoc b/docs/tutorial.step_07.ngdoc index aa4209a2..3c715a79 100755 --- a/docs/tutorial.step_7.ngdoc +++ b/docs/tutorial.step_07.ngdoc @@ -4,13 +4,13 @@ @description
<table id="tutorial_nav">
<tr>
-<td id="previous_step">{@link tutorial.step_6 Previous}</td>
+<td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-7/app Live Demo
}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-6...step-7 Code
Diff}</td>
-<td id="next_step">{@link tutorial.step_8 Next}</td>
+<td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
@@ -170,12 +170,12 @@ behavior from the root controller. <table id="tutorial_nav">
<tr>
-<td id="previous_step">{@link tutorial.step_6 Previous}</td>
+<td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-7/app Live Demo
}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-6...step-7 Code
Diff}</td>
-<td id="next_step">{@link tutorial.step_8 Next}</td>
+<td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
diff --git a/docs/tutorial.step_8.ngdoc b/docs/tutorial.step_08.ngdoc index ad967085..bd220f5a 100755 --- a/docs/tutorial.step_8.ngdoc +++ b/docs/tutorial.step_08.ngdoc @@ -4,13 +4,13 @@ @description
<table id="tutorial_nav">
<tr>
-<td id="previous_step">{@link tutorial.step_7 Previous}</td>
+<td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-8/app Live Demo
}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-7...step-8 Code
Diff}</td>
-<td id="next_step">{@link tutorial.step_9 Next}</td>
+<td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
@@ -137,12 +137,12 @@ spirit to the one we wrote for the `PhoneListCtrl` controller. <table id="tutorial_nav">
<tr>
-<td id="previous_step">{@link tutorial.step_7 Previous}</td>
+<td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-8/app Live Demo
}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-7...step-8 Code
Diff}</td>
-<td id="next_step">{@link tutorial.step_9 Next}</td>
+<td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
diff --git a/docs/tutorial.step_9.ngdoc b/docs/tutorial.step_09.ngdoc index 36b60e30..9d952514 100755 --- a/docs/tutorial.step_9.ngdoc +++ b/docs/tutorial.step_09.ngdoc @@ -4,13 +4,13 @@ @description
<table id="tutorial_nav">
<tr>
-<td id="previous_step">{@link tutorial.step_8 Previous}</td>
+<td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-9/app Live Demo
}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-8...step-9 Code
Diff}</td>
-<td id="next_step">{@link tutorial.step_10 Next}</td>
+<td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
@@ -97,12 +97,12 @@ characters. <table id="tutorial_nav">
<tr>
-<td id="previous_step">{@link tutorial.step_8 Previous}</td>
+<td id="previous_step">{@link tutorial.step_00 Previous}</td>
<td id="step_result">{@link http://angular.github.com/angular-phonecat/step-9/app Live Demo
}</td>
<td id="tut_home">{@link tutorial Tutorial Home}</td>
<td id="code_diff">{@link https://github.com/angular/angular-phonecat/compare/step-8...step-9 Code
Diff}</td>
-<td id="next_step">{@link tutorial.step_10 Next}</td>
+<td id="next_step">{@link tutorial.step_00 Next}</td>
</tr>
</table>
diff --git a/docs/tutorial.step_10.ngdoc b/docs/tutorial.step_10.ngdoc index 2abe3344..130b4023 100644 --- a/docs/tutorial.step_10.ngdoc +++ b/docs/tutorial.step_10.ngdoc @@ -4,7 +4,7 @@ @description <table id="tutorial_nav"> <tr> -<td id="previous_step">{@link tutorial.step_9 Previous}</td> +<td id="previous_step">{@link tutorial.step_09 Previous}</td> <td id="step_result">{@link http://angular.github.com/angular-phonecat/step-10/app Live Demo }</td> <td id="tut_home">{@link tutorial Tutorial Home}</td> @@ -99,7 +99,7 @@ the `setImage` controller method. <table id="tutorial_nav"> <tr> -<td id="previous_step">{@link tutorial.step_9 Previous}</td> +<td id="previous_step">{@link tutorial.step_09 Previous}</td> <td id="step_result">{@link http://angular.github.com/angular-phonecat/step-10/app Live Demo }</td> <td id="tut_home">{@link tutorial Tutorial Home}</td> |
