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

10 lines
187 B
JavaScript

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