aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth R. Culp2011-05-02 16:51:41 -0700
committerIgor Minar2011-06-06 22:28:39 -0700
commit4ac234833a9b5fb0cfc311277b6e27c38bb87ed9 (patch)
tree0ef970f617f29374080142bd9f6ae811a3d85396
parent9d9117384f7879be56e5b905f3533b89983efa4b (diff)
downloadangular.js-4ac234833a9b5fb0cfc311277b6e27c38bb87ed9.tar.bz2
Don't forget the_end...
-rw-r--r--docs/content/tutorial/the_end.ngdoc21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/content/tutorial/the_end.ngdoc b/docs/content/tutorial/the_end.ngdoc
new file mode 100644
index 00000000..5c6bc1ac
--- /dev/null
+++ b/docs/content/tutorial/the_end.ngdoc
@@ -0,0 +1,21 @@
+@ngdoc overview
+@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}.
+
+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 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}.