【发布时间】:2018-11-08 02:04:26
【问题描述】:
<a md-icon-button [routerLink]="['./new']" queryParamsHandling="merge"
mdTooltip="Add Document" [disabled]="isAddButtonDisabled(selectedAssociation)">
<md-icon>add</md-icon>
</a>
即使按钮被禁用,该按钮也会触发点击事件。有没有办法阻止点击?
【问题讨论】: