You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/content/guide/index.ngdoc
+5-5
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,11 @@
6
6
7
7
Everything you need to know about AngularJS
8
8
9
-
## First steps
9
+
* {@link guide/introduction What is AngularJS?}
10
10
11
-
Just starting with Angular? These links will give you a solid foundation to start building apps.
11
+
* {@link guide/concepts Conceptual Overview}
12
+
13
+
## Tutorials
12
14
13
15
* {@link tutorial/index Official AngularJS Tutorial}
14
16
@@ -26,7 +28,7 @@ Just starting with Angular? These links will give you a solid foundation to sta
26
28
27
29
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.
28
30
29
-
* {@link guide/dev_guide.templates.databinding Data binding}
31
+
* {@link guide/databinding Data binding}
30
32
31
33
* {@link guide/expression Expressions}
32
34
@@ -42,8 +44,6 @@ In Angular applications, you move the job of filling page templates with data fr
42
44
43
45
* **Blog post: **[When to use directives, controllers or services](http://kirkbushell.me/when-to-use-directives-controllers-or-services-in-angular/)
44
46
45
-
* **Separation of concerns:** {@link guide/dev_guide.mvc Model-View-Controller}
0 commit comments