diff options
| author | Misko Hevery | 2012-02-28 12:14:47 -0800 |
|---|---|---|
| committer | Misko Hevery | 2012-06-02 16:02:07 -0700 |
| commit | dd38ce6585b0e7ffa755f4c65d78ed90204729d1 (patch) | |
| tree | b860430210467dadd768937818b6dc29d4ed06ba /docs/content/guide/index.ngdoc | |
| parent | 2e90cdc3d4dff966faed97d3a566e9d9c00c9794 (diff) | |
| download | angular.js-dd38ce6585b0e7ffa755f4c65d78ed90204729d1.tar.bz2 | |
docs(scope): rewrite
Diffstat (limited to 'docs/content/guide/index.ngdoc')
| -rw-r--r-- | docs/content/guide/index.ngdoc | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/content/guide/index.ngdoc b/docs/content/guide/index.ngdoc index 377fdb97..04b02a49 100644 --- a/docs/content/guide/index.ngdoc +++ b/docs/content/guide/index.ngdoc @@ -2,7 +2,7 @@ @name Developer Guide @description -Welcome to the angular Developer Guide. If you are here to learn the details of how to use angular +Welcome to the angular Developer Guide. If you are here to learn the details of how to use angular to develop web apps, you've come to the right place. If you are completely or relatively unfamiliar with angular, you may want to check out one or both @@ -13,7 +13,7 @@ of the following documents before returning here to the Developer Guide: <hr> -## {@link dev_guide.overview Overview of Angular} +## {@link overview Overview of Angular} ## {@link bootstrap Initializing Angular} @@ -23,14 +23,9 @@ of the following documents before returning here to the Developer Guide: * {@link dev_guide.mvc.understanding_controller Understanding the Controller Component} * {@link dev_guide.mvc.understanding_view Understanding the View Component} -## {@link dev_guide.scopes Angular Scope Objects} +## {@link scope Angular Scope Objects} -* {@link dev_guide.scopes.understanding_scopes Understanding Angular Scope Objects} -* {@link dev_guide.scopes.internals Angular Scope Internals} - -## {@link dev_guide.compiler Angular HTML Compiler} - -* {@link guide/directive Understanding Angular Directives} +## {@link compiler Angular HTML Compiler} ## {@link dev_guide.templates Angular Templates} |
