This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 11AngularJS
22=========
33
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+
414* Web site: http://angularjs.org
5- * Tutorial: http://docs.angularjs.org/#!/ tutorial
15+ * Tutorial: http://docs.angularjs.org/tutorial
616* API Docs: http://docs.angularjs.org
7- * Developer Guide: http://docs.angularjs.org/#!/ guide
17+ * Developer Guide: http://docs.angularjs.org/guide
818
919Compiling
1020---------
You can’t perform that action at this time.
0 commit comments