diff options
| author | Igor Minar | 2012-03-30 14:02:26 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-04-04 15:59:18 -0700 | 
| commit | 6336b6e89e3a80aec3c4367ab4c2737fd365c030 (patch) | |
| tree | 31aa86a0555b541d1f6cc107845278ae80ddbff9 /docs/content/tutorial/the_end.ngdoc | |
| parent | fdf17d729fa7651e88dc5f27c40b8de875a34a55 (diff) | |
| download | angular.js-6336b6e89e3a80aec3c4367ab4c2737fd365c030.tar.bz2 | |
chore(docs): restore old tutorial ngdoc files
Diffstat (limited to 'docs/content/tutorial/the_end.ngdoc')
| -rw-r--r-- | docs/content/tutorial/the_end.ngdoc | 21 | 
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..ed6eda97 --- /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 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}. | 
