mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 18:50:04 -03:30
13 lines
245 B
JavaScript
13 lines
245 B
JavaScript
function atBadge () {
|
|
return {
|
|
restrict: 'E',
|
|
transclude: true,
|
|
templateUrl: 'static/partials/components/badge/badge.partial.html',
|
|
scope: {
|
|
config: '='
|
|
}
|
|
};
|
|
}
|
|
|
|
export default atBadge;
|