diff options
| author | Matias Niemelä | 2013-05-20 17:16:23 -0400 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-05-21 14:02:19 +0100 | 
| commit | 5bc2836a0db7960621023ab3c9704222cc288317 (patch) | |
| tree | 98820fd1934c634d68396910ee955830b2af0a6f /docs/content/tutorial/the_end.ngdoc | |
| parent | cdf75b302f573bb0e8b85d679ba66dd914276aa5 (diff) | |
| download | angular.js-5bc2836a0db7960621023ab3c9704222cc288317.tar.bz2 | |
docs(tutorial): fix the float issue with the improve docs button
Diffstat (limited to 'docs/content/tutorial/the_end.ngdoc')
| -rw-r--r-- | docs/content/tutorial/the_end.ngdoc | 26 | 
1 files changed, 14 insertions, 12 deletions
| diff --git a/docs/content/tutorial/the_end.ngdoc b/docs/content/tutorial/the_end.ngdoc index a4fd72a3..142fb2b8 100644 --- a/docs/content/tutorial/the_end.ngdoc +++ b/docs/content/tutorial/the_end.ngdoc @@ -2,20 +2,22 @@  @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` command. +<div class="tutorial-page tutorial-page-no-nav"> +  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 Angular concepts we touched on in this tutorial, see the -{@link guide/ Developer Guide}. +  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}. +  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. +  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. +  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}. +  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}. +</div> | 
