File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
AngularJS
2
2
=========
3
3
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
+
4
14
* Web site: http://angularjs.org
5
- * Tutorial: http://docs.angularjs.org/#!/ tutorial
15
+ * Tutorial: http://docs.angularjs.org/tutorial
6
16
* API Docs: http://docs.angularjs.org
7
- * Developer Guide: http://docs.angularjs.org/#!/ guide
17
+ * Developer Guide: http://docs.angularjs.org/guide
8
18
9
19
Compiling
10
20
---------
You can’t perform that action at this time.
0 commit comments