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.

843 B

Angustrap

My personnal web app seed project. Uses: AngularJS, coffeescript, bootstrap, less, animate.css ...

Status

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.
    • 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

  • use Require.js
  • Port tests to coffeescript (currently still js)
  • add build system
  • add modernizr