Files
awx/awx/ui/client/lib/components/dialog/dialog.component.js

12 lines
220 B
JavaScript

const templateUrl = require('~components/dialog/dialog.partial.html');
export default {
templateUrl,
controllerAs: 'vm',
transclude: true,
bindings: {
title: '=',
onClose: '=',
},
};