27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
@ngdoc tutorial
|
|
@name The End
|
|
@step 99
|
|
@description
|
|
|
|
Our application is now complete. Feel free to experiment with the code further, and jump back to
|
|
previous steps using the `git checkout` command.
|
|
|
|
For more details and examples of the AngularJS concepts we touched on in this tutorial, see the
|
|
{@link guide/ Developer Guide}.
|
|
|
|
When you are ready to start developing a project using AngularJS, we recommend that you bootstrap
|
|
your development with the [angular-seed project][angular-seed].
|
|
|
|
We hope this tutorial was useful to you and that you learned enough about AngularJS to make you want
|
|
to learn more. We especially hope you are inspired to go out and develop AngularJS web applications of
|
|
your own, and that you might be interested in {@link misc/contribute contributing} to AngularJS.
|
|
|
|
If you have questions or feedback or just want to say "hi", please post a message to the
|
|
[mailing list][mailing-list]. You can also find us on [IRC][irc] or [Gitter][gitter].
|
|
|
|
|
|
[angular-seed]: https://github.com/angular/angular-seed
|
|
[gitter]: https://gitter.im/angular/angular.js
|
|
[irc]: https://webchat.freenode.net/?channels=angularjs&uio=d4
|
|
[mailing-list]: https://groups.google.com/forum/#!forum/angular
|