forked from angular/angular.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}. |