mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Identify task module names from modules list
This commit is contained in:
parent
a71d1109a8
commit
02ab635fe7
10 changed files with 361 additions and 194 deletions
|
|
@ -20,11 +20,17 @@ import 'ansi-to-html';
|
|||
|
||||
import 'angular-markdown-directive';
|
||||
|
||||
import 'ng-tags-input';
|
||||
|
||||
import 'angular-loading-bar';
|
||||
|
||||
import treecontrol from 'angular-tree-control';
|
||||
|
||||
import 'angular-tree-control/css/tree-control-attribute.css';
|
||||
import 'angular-tree-control/css/tree-control.css';
|
||||
|
||||
import 'ng-tags-input/build/ng-tags-input.min.css';
|
||||
|
||||
import {
|
||||
routeConfig
|
||||
} from './app.config';
|
||||
|
|
@ -102,7 +108,7 @@ angular.module('app2App', [ngCookies, ngResource, ngSanitize, uiRouter, uiBootst
|
|||
// Filters
|
||||
dictToKeyValueArray, dictToKeyValueArraySimple, keyValueArrayToDict, keyValueArrayToArray, addDotInKey, removeDotInKey, json2yaml,
|
||||
// Directives
|
||||
complexVar, tasks, treecontrol, 'btford.markdown'
|
||||
complexVar, tasks, treecontrol, 'btford.markdown', 'ngTagsInput', 'angular-loading-bar'
|
||||
|
||||
])
|
||||
.config(routeConfig)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue