diff options
| author | Tobias Bosch | 2013-11-05 22:16:11 -0800 |
|---|---|---|
| committer | Tobias Bosch | 2013-11-06 17:11:44 -0800 |
| commit | fc060dfc08f048511fe78e9df04ce4616171da34 (patch) | |
| tree | 71b912fb07c70b3e5c315577057b13c85b2032e6 /docs/content/guide/index.ngdoc | |
| parent | 947a44d1ee6b253a5f31bb28616e0fa0303bd4aa (diff) | |
| download | angular.js-fc060dfc08f048511fe78e9df04ce4616171da34.tar.bz2 | |
docs(guide/overview): Refactor overview and mvc docs
Before, there we multiple overview docs:
- guide/overview
- guide/introduction
- guide/dev_guide.mvc
- guide/dev_guide.mvc.understanding_model
- guide/dev_guide.mvc.understanding_view
- guide/concepts
Now we have:
- guide/introduction: High level description of Angular with the key benefits but without code or any concrete concepts
- guide/concepts: explains all important concepts with a simple example and contains deep links to the other parts of the guide.
All the old information was moved into existing documents or deleted when they were duplicates.
Diffstat (limited to 'docs/content/guide/index.ngdoc')
| -rw-r--r-- | docs/content/guide/index.ngdoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/content/guide/index.ngdoc b/docs/content/guide/index.ngdoc index 207f4a98..e30ce537 100644 --- a/docs/content/guide/index.ngdoc +++ b/docs/content/guide/index.ngdoc @@ -6,9 +6,11 @@ Everything you need to know about AngularJS -## First steps +* {@link guide/introduction What is AngularJS?} -Just starting with Angular? These links will give you a solid foundation to start building apps. +* {@link guide/concepts Conceptual Overview} + +## Tutorials * {@link tutorial/index Official AngularJS Tutorial} @@ -26,7 +28,7 @@ Just starting with Angular? These links will give you a solid foundation to sta In Angular applications, you move the job of filling page templates with data from the server to the client. The result is a system better structured for dynamic page updates. Below are the core features you'll use. -* {@link guide/dev_guide.templates.databinding Data binding} +* {@link guide/databinding Data binding} * {@link guide/expression Expressions} @@ -42,8 +44,6 @@ In Angular applications, you move the job of filling page templates with data fr * **Blog post: **[When to use directives, controllers or services](http://kirkbushell.me/when-to-use-directives-controllers-or-services-in-angular/) -* **Separation of concerns:** {@link guide/dev_guide.mvc Model-View-Controller} - * **App wiring:** {@link guide/di Dependency injection} * **Exposing model to templates:** {@link guide/scope Scopes} |
