awx/awx/ui/client/lib/components/input/message.directive.js

12 lines
260 B
JavaScript

function atInputMessage (pathService) {
return {
restrict: 'E',
replace: true,
templateUrl: pathService.getPartialPath('components/input/message'),
};
}
atInputMessage.$inject = ['PathService'];
export default atInputMessage;