About application project files
The following is a general overview of the BIRT Aviatio source code:
*index.html, containing the HTML to render the application in a web browser
*/css folder containing the style.css file for the web application
*/images folder containing the application image files and icons
*/js folder containing the JavaScript files used in the web application
*angular-loader.min.js, AngularJS loader for Angular modules
*angular-resource.min.js, AngularJS interaction support with RESTful services via the $resource service
*angular.min.js, minimized version of AngularJS frameworks
*controller.js, contains JavaScript functions such as login, initViewer, loadBookmark, executeReport, nextState, previousState, selectState
*factory.js, generates requests to each RESTful service the application uses
*main.js, generates REST URIs and sets default values for the application
*services.js, template for RESTful HTTP requests