Skip to content

Commit a8b0400

Browse files
committed
docs(readme): add blurb about AngularJS to README.md
1 parent f0a090d commit a8b0400

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
AngularJS
22
=========
33

4+
AngularJS lets you write client-side web applications as if you had a smarter browser. It lets use
5+
good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s
6+
syntax to express your application’s components clearly and succinctly. It automatically
7+
synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data
8+
binding. To help you structure your application better and make it easy to test AngularJS teaches
9+
the browser how to do dependency injection and inversion of control. Oh yeah and it also helps with
10+
server-side communication, taming async callbacks with promises and deferreds; and make client-side
11+
navigation and deeplinking with hashbang urls or HTML5 pushState a piece of cake. The most important
12+
of all: it makes development fun!
13+
414
* Web site: http://angularjs.org
5-
* Tutorial: http://docs.angularjs.org/#!/tutorial
15+
* Tutorial: http://docs.angularjs.org/tutorial
616
* API Docs: http://docs.angularjs.org
7-
* Developer Guide: http://docs.angularjs.org/#!/guide
17+
* Developer Guide: http://docs.angularjs.org/guide
818

919
Compiling
1020
---------

0 commit comments

Comments
 (0)