1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-03-09 23:38:54 +00:00

Add support for video demos

This commit is contained in:
Mumshad Mannambeth 2017-07-13 11:47:20 -04:00
parent a35b31f815
commit 653c157263
7 changed files with 122 additions and 4 deletions

View file

@ -79,6 +79,7 @@ import NewRoleController from './designer/roles/new_role/new_role.controller';
import SearchRoleController from './designer/roles/search_role/search_role.controller';
import ComplexVarModalController from './modals/complex_var_modal/complex_var_modal.controller';
import VideoController from './modals/video/video.controller';
import NewModuleController from './custom_modules/new_module/new_module.controller';
@ -106,7 +107,7 @@ angular.module('app2App', [ngCookies, ngResource, ngSanitize, uiRouter, uiBootst
YAML, yamlFile, Projects, ansible, ansi2html, editor, customModules, system,
// Controllers
NewInventoryController, NewGroupController, NewHostController, ComplexVarController, NewPlaybookController, ExecutionController, NewPlayController, NewTaskController, ComplexVarModalController,
NewFileController, NewRoleController, SearchRoleController, NewModuleController,
NewFileController, NewRoleController, SearchRoleController, NewModuleController, VideoController,
// Filters
dictToKeyValueArray, dictToKeyValueArraySimple, keyValueArrayToDict, keyValueArrayToArray, addDotInKey, removeDotInKey, json2yaml,
// Directives