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-buttons/wp-create-button/wp-create-button.directive....

9 lines
427 B

<div class="wp-create-button">
<button class="button -alt-highlight add-work-package" has-dropdown-menu target="typesDropDownMenu"
locals="vm" ng-disabled="vm.isDisabled()" aria-label="{{ vm.createLabel }} aria-haspopup="true"">
<i class="button--icon icon-add"></i>
<span class="button--text" ng-bind="::vm.text" aria-hidden="true"></span>
<i class="button--dropdown-indicator"></i>
</button>
</div>