You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.