* BAEL - 1916 * BAEL - 1916 Added JUnit tests * BAEL-1916 Renamed the project * Renamed the project
		
			
				
	
	
		
			17 lines
		
	
	
		
			456 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			456 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html ng-app="app">
 | |
| 
 | |
| <head>
 | |
| </head>
 | |
| <body>
 | |
|     <div ng-view></div>
 | |
| 
 | |
|     <script src="//code.jquery.com/jquery-3.1.1.min.js"></script>
 | |
|     <script src="//code.angularjs.org/1.6.0/angular.min.js"></script>
 | |
|     <script src="//code.angularjs.org/1.6.0/angular-route.min.js"></script>
 | |
|     <script src="app.js"></script>
 | |
|     <script src="home/home.controller.js"></script>
 | |
|     <script src="login/login.controller.js"></script>
 | |
| </body>
 | |
| 
 | |
| </html> |