blob: 14941134cee923b69b490223af9f41b18b294682 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 | AngularJS
=========
* Web site: http://angularjs.org
* Tutorial: http://docs.angularjs.org/#!/tutorial
* API Docs: http://docs.angularjs.org
* Developer Guide: http://docs.angularjs.org/#!/guide
Compiling
---------
    rake compile
Running Tests
-------------
    ./server.sh                          # start the server
    open http://localhost:9876/capture   # capture browser
    ./test.sh                            # run all unit tests
 |