my website
This repository has been archived on 2020-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2013-01-08 14:18:31 +01:00
app fix last commit 2013-01-07 19:02:07 +01:00
config various fixes 2012-04-29 22:45:04 -07:00
logs the initial version 2010-12-23 22:32:09 -08:00
scripts Fixed two small typos in scripts/web-server.js. 2011-09-02 19:26:52 +03:00
test upgrade angular to 1.0.1 2012-06-25 09:42:00 -07:00
.gitignore upgrade to AnuglarJS 0.10.6 bubblewrap-cape 2012-01-13 21:04:35 -08:00
.gitmodules add fontawesome lib 2013-01-07 18:46:04 +01:00
README.md Update README.md 2013-01-08 14:18:31 +01:00

Angustrap

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

Status

Not ready for use.

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