awx/awx/ui/client/lib/components/toggle/content.directive.js
2017-06-12 09:53:11 -04:00

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;