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....

10 lines
447 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.text.create }}" aria-haspopup="true">
<i class="button--icon icon-add"></i>
<span class="button--text" ng-bind="::vm.text.button" aria-hidden="true"></span>
<i class="button--dropdown-indicator"></i>
</button>
</div>