We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f403925 commit 23ea071Copy full SHA for 23ea071
README.md
@@ -8,8 +8,8 @@ synchronizes data from your UI (view) with your JavaScript objects (model) throu
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.
10
11
-It also helps with server-side communication, taming async callbacks with promises and deferreds,
12
-and it makes client-side navigation and deeplinking with hashbang urls or HTML5 pushState a
+It also helps with server-side communication, taming async callbacks with promises and deferred objects,
+and it makes client-side navigation and deep linking with hashbang urls or HTML5 pushState a
13
piece of cake. Best of all? It makes development fun!
14
15
* Web site: https://angularjs.org
0 commit comments