Skip to content

Seed project for angular apps, written in coffeescript

Notifications You must be signed in to change notification settings

slavus/angular-seed-coffeescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-seed-coffeescript

The seed for AngularJS apps, in coffeescript

This project is a straight coffeescript port of the angular-seed project.

Status

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)

About

Seed project for angular apps, written in coffeescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published