We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef9ed8 commit d3952b7Copy full SHA for d3952b7
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. 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!
+navigation and deeplinking with hashbang urls or HTML5 pushState a piece of cake. The best of all:
+it makes development fun!
13
14
* Web site: http://angularjs.org
15
* Tutorial: http://docs.angularjs.org/tutorial
0 commit comments