File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ use good old HTML (or HAML, Jade and friends!) as your template language and let
6
6
syntax to express your application’s components clearly and succinctly. It automatically
7
7
synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data
8
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 makes client-side
11
- navigation and deeplinking with hashbang urls or HTML5 pushState a piece of cake. The best of all:
12
- it makes development fun!
9
+ the browser how to do dependency injection and inversion of control.
10
+
11
+ Oh yeah and it helps with server-side communication, taming async callbacks with promises and
12
+ deferreds. It also makes client-side navigation and deeplinking with hashbang urls or HTML5 pushState a
13
+ piece of cake. The best of all: it makes development fun!
13
14
14
15
* Web site: http://angularjs.org
15
16
* Tutorial: http://docs.angularjs.org/tutorial
You can’t perform that action at this time.
0 commit comments