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

13 lines
261 B
JavaScript

function atPanelHeading () {
return {
restrict: 'E',
transclude: true,
templateUrl: 'static/partials/components/panel-heading.partial.html',
scope: {
config: '='
}
};
}
export default atPanelHeading;