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
Chakib (spike) Benziane 11b13ba053 clean js files
2013-03-01 18:59:50 +01:00
app clean js files 2013-03-01 18:59:50 +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 updated angular routes and partials, wip theme 2013-01-19 13:40:59 +01:00
test upgrade angular to 1.0.1 2012-06-25 09:42:00 -07:00
.gitignore ignore js files 2013-03-01 18:59:18 +01:00
.gitmodules Add submoodule holderjs 2013-01-11 17:11:39 +01:00
README.md Update README.md 2013-01-14 01:14:36 +01:00

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