You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

29 lines
843 B
Markdown

12 years ago
# Angustrap
12 years ago
My personnal web app seed project.
Uses: AngularJS, coffeescript, bootstrap, less, animate.css ...
## Status
12 years ago
Not ready for use.
To start using:
* `git submodule init && git submodule update`
* `./scripts/web-server.js`
* App code is located in app/coffee
## Noted differences from angular-seed
* The use of coffeescript requires that Angular be [bootstrapped manually](http://docs.angularjs.org/guide/bootstrap).
* `ng-app` has been removed from `html` element of `index.html`
* `angular.bootstrap` called in `app.coffee`
* In `angular-seed` controllers are defined as global functions. Since coffeescript runs in an anonymous function, the controllers need to be attached directly to the `window` object
## TODOs
12 years ago
* use Require.js
12 years ago
* Port tests to coffeescript (currently still js)
* add build system
12 years ago
* add modernizr