OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/frontend/app/components/wp-edit/op-date-picker.directive.html

7 lines
304 B

<div>
<ng-transclude></ng-transclude>
<!-- This input is there to be used by the datepicker.
That way, we don't force the usage of an input element on directives that transclude us -->
<input class="hidden-date-picker-input" type="hidden">
<div class="ui-datepicker--container"></div>
</div>