Skip to content

Which files do I need...

xrd edited this page Jul 9, 2012 · 1 revision

All files have a regular (unminimized file, suitable for debugging) and a minimized version. You should use the minimized version in production (or minimize the regular file yourself), and the regular file during development. There is also a TGZ (tarred and zipped) file with all files included.

List of files:

  • angular-.js: The main angular file. Include this in any angular project.
  • angular-bootstrap.*.js: ???
  • angular-bootstrap-prettify*.js: ???
  • angular-cookies*.js: Injectable service for managing cookies within your angular application
  • angular-mocks*.js: Mock out angular services (like resources) when doing unit testing. This file is only useful during testing and should not be added to the list of files used in production.
  • angular-resource*.js: Angular service for injecting resources into your controllers.
  • angular-sanitize*.js: ???
  • angular-scenario*.js: ??? (angular scenario runner?)
  • jstd-scenario-adapter*.js: ???
  1. overview
  2. fork project
  3. install git client
  4. clone project
  5. install node.js
  6. run node console
  7. install npm
  8. install grunt
  9. build project
  10. start webserver
  11. translate angular.js
Clone this wiki locally