We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a7f9d commit cd0af8aCopy full SHA for cd0af8a
README.md
@@ -7,7 +7,7 @@ syntax to express your application’s components clearly and succinctly. It au
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
+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!
13
0 commit comments