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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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.
@@ -38,7 +39,7 @@ In Angular applications, you move the job of filling page templates with data fr
38
39
* **Bootstrap:** {@link guide/bootstrap Bootstrapping an app}
39
40
* **Communicating with servers:** {@link ng.$http $http}, {@link ngResource.$resource $resource}
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:
* [Angular on YouTube](http://youtube.com/angularjs)
69
80
70
-
## Contributing to AngularJS
81
+
## Contributing to Angular 1
71
82
72
-
Though we have a core group of core contributors at Google, Angular is an open source project with hundreds of contributors. We'd love you to be one of them. When you're ready, please read the {@link misc/contribute Guide for contributing to AngularJS}.
83
+
Though we have a core group of core contributors at Google, Angular is an open source project with hundreds of contributors.
84
+
We'd love you to be one of them. When you're ready, please read the {@link misc/contribute Guide for contributing to Angular}.
73
85
74
-
## Final Bits
86
+
## Something Missing?
75
87
76
-
Didn't find what you're looking for here? We have set up a special page for all external
88
+
Didn't find what you're looking for here? Check out the {@link guide/external-resources External Angular 1 resources guide}.
77
89
78
-
If you have awesome AngularJS resources that belong on this page, please tell us about them on [Google+](https://plus.google.com/u/0/+AngularJS) or [Twitter](https://twitter.com/angularjs).
90
+
If you have awesome Angular 1 resources that belong on that page, please tell us about them on
91
+
[Google+](https://plus.google.com/u/0/+AngularJS) or [Twitter](https://twitter.com/angularjs).
0 commit comments