Files
awx/awx/ui/client/lib/components/input/label.directive.js
2017-09-19 14:53:23 -04:00

12 lines
215 B
JavaScript

const templateUrl = require('~components/input/label.partial.html');
function atInputLabel () {
return {
restrict: 'E',
replace: true,
templateUrl
};
}
export default atInputLabel;