aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/the_end.ngdoc
diff options
context:
space:
mode:
authorIgor Minar2011-06-06 08:50:35 -0700
committerIgor Minar2011-06-06 22:52:02 -0700
commit7f1e2e48467f80cc083d24b44f088620e4e7bcb6 (patch)
tree731a91366c5780985be6d4c5ddbe34e307d5cb70 /docs/content/tutorial/the_end.ngdoc
parent5533e48dead5cff3107e72ee80bf0f19df77c1e9 (diff)
downloadangular.js-7f1e2e48467f80cc083d24b44f088620e4e7bcb6.tar.bz2
new batch of docs
Diffstat (limited to 'docs/content/tutorial/the_end.ngdoc')
-rw-r--r--docs/content/tutorial/the_end.ngdoc12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/content/tutorial/the_end.ngdoc b/docs/content/tutorial/the_end.ngdoc
index 8e307998..fd96a920 100644
--- a/docs/content/tutorial/the_end.ngdoc
+++ b/docs/content/tutorial/the_end.ngdoc
@@ -2,20 +2,26 @@
@name Tutorial: The End
@description
+
Our application is now complete. Feel free to experiment with the code further, and jump back to
previous steps using the `git checkout` or `goto_step.sh` commands.
+
For more details and examples of the angular concepts we touched on in this tutorial, see the
-{@link guide Developer Guide}.
+{@link guide/ Developer Guide}.
+
+
+For several more examples of code, see the {@link cookbook/ Cookbook}.
-For several more examples of code, see the {@link cookbook Cookbook}.
When you are ready to start developing a project using angular, we recommend that you bootstrap
your development with the {@link https://github.com/angular/angular-seed angular seed} project.
+
We hope this tutorial was useful to you and that you learned enough about angular to make you want
to learn more. We especially hope you are inspired to go out and develop angular web apps of your
-own, and that you might be interested in {@link intro.contribute contributing} to angular.
+own, and that you might be interested in {@link misc/contribute contributing} to angular.
+
If you have questions or feedback or just want to say "hi", please post a message at {@link
https://groups.google.com/forum/#!forum/angular}.