angularJs is a javascript framework and jasmine is a javascript test-framework. Booth are a very powerfull combination.
- Under main/libs are the angularJs libs.
- Under main/example.html is a simple html which uses a javascript controller.
- Under main/todoController.js is a simple javascript controller.
- Under test/libs are the Jasmine libs.
- A testsuite is located under test/SpecRunner.html. You can open it and the tests are executed.
- Under test/spec the tests are written