forked from angular/angular.js
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 10
 
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: ???