mirror of
				https://github.com/mmumshad/ansible-playable.git
				synced 2025-03-09 23:38:54 +00:00 
			
		
		
		
	Add angular-confirm dependency
This commit is contained in:
		
							parent
							
								
									5e40fb78d5
								
							
						
					
					
						commit
						24c493a869
					
				
					 2 changed files with 49 additions and 45 deletions
				
			
		|  | @ -10,6 +10,7 @@ import uiRouter from 'angular-ui-router'; | |||
| import uiBootstrap from 'angular-ui-bootstrap'; | ||||
| import 'angular-validation-match'; | ||||
| 
 | ||||
| import 'angular-confirm'; | ||||
| 
 | ||||
| import 'angular-ui-ace'; | ||||
| 
 | ||||
|  | @ -90,7 +91,7 @@ import editor from './services/editor/editor.service'; | |||
| import './app.css'; | ||||
| 
 | ||||
| angular.module('app2App', [ngCookies, ngResource, ngSanitize, uiRouter, uiBootstrap, _Auth, account, | ||||
|   admin, 'validation.match', 'ui.ace', navbar, footer, main, constants, util, ansi2html, ngAnimate, | ||||
|   admin, 'validation.match', 'ui.ace', navbar, footer, main, constants, util, ansi2html, ngAnimate, 'angular-confirm', | ||||
|   // Components
 | ||||
|   DesignerComponent, ProjectComponent, InventoryComponent, PlaybookComponent, FileBrowserComponent, RolesComponent, RunsComponent, CustomModulesComponent, | ||||
|   // Services
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue