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
Just my first pass at a more readable format of the guide index.
Note: the styles apply to all content in the docs, not just the guide
index. This is intentional and I feel that the result is positive.
Copy file name to clipboardExpand all lines: docs/content/guide/index.ngdoc
+6-46Lines changed: 6 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,14 @@
7
7
Everything you need to know about AngularJS
8
8
9
9
* {@link guide/introduction What is AngularJS?}
10
-
11
10
* {@link guide/concepts Conceptual Overview}
12
11
13
12
## Tutorials
14
13
15
14
* {@link tutorial/index Official AngularJS Tutorial}
16
-
17
15
* [10 Reasons Why You Should Use AngularJS](http://www.sitepoint.com/10-reasons-use-angularjs/)
18
-
19
16
* [Design Principles of AngularJS (video)](https://www.youtube.com/watch?v=HCR7i5F5L8c)
20
-
21
17
* [Fundamentals in 60 Minutes (video)](http://www.youtube.com/watch?v=i9MHigUZKEM)
22
-
23
18
* [For folks with jQuery background](http://stackoverflow.com/questions/14994391/how-do-i-think-in-angularjs-if-i-have-a-jquery-background)
24
19
25
20
## Core Concepts
@@ -29,101 +24,71 @@ Everything you need to know about AngularJS
29
24
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.
30
25
31
26
* {@link guide/databinding Data binding}
32
-
33
27
* {@link guide/expression Expressions}
34
-
35
28
* {@link guide/directive Directives}
36
-
37
29
* {@link api/ngRoute.$route Views and routes (see the example)}
38
-
39
30
* {@link guide/filter Filters}
40
-
41
31
* {@link guide/forms Forms} and [Concepts of AngularJS Forms](http://mrbool.com/the-concepts-of-angularjs-forms/29117)
42
32
43
33
### Application Structure
44
34
45
35
* **Blog post: **[When to use directives, controllers or services](http://kirkbushell.me/when-to-use-directives-controllers-or-services-in-angular/)
* **Mobile:** [Angular on Mobile Guide](http://www.ng-newsletter.com/posts/angular-on-mobile.html), [PhoneGap](http://devgirl.org/2013/06/10/quick-start-guide-phonegap-and-angularjs/)
* **Workflow:** [Yeoman.io](https://github.com/yeoman/generator-angular) and [Angular Yeoman Tutorial](http://www.sitepoint.com/kickstart-your-angularjs-development-with-yeoman-grunt-and-bower/)
90
66
91
67
## Complementary Libraries
92
68
93
69
This is a short list of libraries with specific support and documentation for working with Angular. You can find a full list of all known Angular external libraries at [ngmodules.org](http://ngmodules.org/).
* **Django:** [Tutorial](http://blog.mourafiq.com/post/55034504632/end-to-end-web-app-with-django-rest-framework), [Integrating AngularJS with Django](http://django-angular.readthedocs.org/en/latest/integration.html)
116
-
117
87
* **FireBase:** [AngularFire](http://angularfire.com/), [Realtime Apps with AngularJS and FireBase (video)](http://www.youtube.com/watch?v=C7ZI7z7qnHU)
* **Rails: **[Tutorial](http://coderberry.me/blog/2013/04/22/angularjs-on-rails-4-part-1/), [AngularJS with Rails4](https://shellycloud.com/blog/2013/10/how-to-integrate-angularjs-with-rails-4), [angularjs-rails](https://github.com/hiravgandhi/angularjs-rails)
126
-
127
92
* **PHP: **[Building a RESTful web service](http://blog.brunoscopelliti.com/building-a-restful-web-service-with-angularjs-and-php-more-power-with-resource), [End to End with Laravel 4 (video)](http://www.youtube.com/watch?v=hqAyiqUs93c)
128
93
129
94
## Learning Resources
@@ -137,38 +102,33 @@ This is a short list of libraries with specific support and documentation for wo
137
102
* [ng-book: The Complete Book on AngularJS](http://ng-book.com/) by Ari Lerner
138
103
139
104
###Videos:
140
-
* [egghead.io](http://egghead.io/),
105
+
* [egghead.io](http://egghead.io/)
141
106
* [Angular on YouTube](http://youtube.com/angularjs)
The recipe for getting help on your unique issue is to create an example that could work (even if it doesn't) in a shareable example on [Plunker](http://plnkr.co/), [JSFiddle](http://jsfiddle.net/), or similar site and then post to one of the following:
0 commit comments