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-06 21:20:31 +01:00
app less in dev mode using less.js and bootstrap 2013-01-06 21:20:31 +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 Added bootstrap submodule with HEAD at v2.2.2 2013-01-06 18:21:16 +01:00
README.md Update README.md 2013-01-06 03:35:22 +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

  • Bring back index-async.html
  • Port tests to coffeescript (currently still js)
  • add build system
  • add custom bootstrap to build process
  • add font-awesome
  • add modernizr