This project is a straight coffeescript port of the angular-seed project.
I (csillag) just took this project, and merged the newest changes from upstream - which means roughly bringing the project up from angular 1.0.1 to 1.0.3. (Except the testing-related changes, which I ignored for now.)
Ready for use.
- The use of coffeescript requires that Angular be bootstrapped manually.
ng-apphas been removed fromhtmlelement ofindex.htmlangular.bootstrapcalled inapp.coffee
- In
angular-seedcontrollers are defined as global functions. Since coffeescript runs in an anonymous function, the controllers need to be attached directly to thewindowobject
- Bring back index-async.html
- Port tests to coffeescript (currently still js)
- Merge all test-related changes from angular-seed introduced since Angular version 1.0.1