mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-03 22:51:48 -05:00
12 lines
220 B
JavaScript
12 lines
220 B
JavaScript
const templateUrl = require('~components/dialog/dialog.partial.html');
|
|
|
|
export default {
|
|
templateUrl,
|
|
controllerAs: 'vm',
|
|
transclude: true,
|
|
bindings: {
|
|
title: '=',
|
|
onClose: '=',
|
|
},
|
|
};
|