Files
awx/awx/ui/client/components/panel/body.directive.js
2017-06-12 09:53:11 -04:00

10 lines
200 B
JavaScript

function atPanelBody () {
return {
restrict: 'E',
transclude: true,
templateUrl: 'static/partials/components/panel/body.partial.html'
};
}
export default atPanelBody;