mirror of
https://github.com/ansible/awx.git
synced 2026-03-14 07:27:28 -02:30
12 lines
215 B
JavaScript
12 lines
215 B
JavaScript
const templateUrl = require('~components/input/label.partial.html');
|
|
|
|
function atInputLabel () {
|
|
return {
|
|
restrict: 'E',
|
|
replace: true,
|
|
templateUrl
|
|
};
|
|
}
|
|
|
|
export default atInputLabel;
|