1
0
Fork 0
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:
Mumshad Mannambeth 2017-07-08 13:40:03 -04:00
parent 7ace379937
commit 34a003c698
7 changed files with 16 additions and 32 deletions

View file

@ -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',