mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Fix Template loading
This commit is contained in:
parent
7ace379937
commit
34a003c698
7 changed files with 16 additions and 32 deletions
|
@ -166,8 +166,7 @@ export class CustomModulesComponent {
|
|||
$scope.result = "";
|
||||
var modalInstance = $uibModal.open({
|
||||
animation: true,
|
||||
/*templateUrl: 'createTaskContent.html',*/
|
||||
templateUrl: 'app/modals/complex_var_modal/complexVariable.html',
|
||||
template: require('../../app/modals/complex_var_modal/complexVariable.html'),
|
||||
controller: 'ComplexVarModalController',
|
||||
size: 'sm',
|
||||
backdrop: 'static',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue