my website
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.
 
 
 
 
 
 
Chakib (spike) Benziane c0141fbeaf update gitignore 11 years ago
app clean js files 11 years ago
config various fixes 12 years ago
logs the initial version 14 years ago
scripts updated angular routes and partials, wip theme 11 years ago
test upgrade angular to 1.0.1 12 years ago
.gitignore update gitignore 11 years ago
.gitmodules Add submoodule holderjs 12 years ago
README.md Update README.md 12 years ago

README.md

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