0.0.2 • Published 11 years ago

stack-angular v0.0.2

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

stack-angular Build Status

Default Angular.js stack

Included Middleware

###logger Logs requests

###favicon Serves a favicon

###static Serves up static content. The parameters can be

  • Array of directories
  • Path of single directory

###index Routes all requests that don't get picked up before to a single index view

###notFound Set's the error to "Page not found" so the errorHandler can use it

###errorHandler Displays a error page