mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
13 lines
261 B
JavaScript
13 lines
261 B
JavaScript
function atToggleContent () {
|
|
return {
|
|
restrict: 'E',
|
|
transclude: true,
|
|
templateUrl: 'static/partials/component/toggle/content.partial.html',
|
|
scope: {
|
|
config: '='
|
|
}
|
|
};
|
|
}
|
|
|
|
export default atToggleContent;
|