mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
move readonly checklist from icon to button
This commit is contained in:
parent
5c7ccb9b83
commit
ab9fbda53f
@ -14,8 +14,8 @@
|
||||
<md-chip-list class="mat-chip-list-stacked">
|
||||
<md-chip id="check-{{check.id}}" class="adf-checklist-chip" *ngFor="let check of checklist">
|
||||
<span>{{check.name}}</span>
|
||||
<button md-icon-button type="button" class="adf-checklist-cancel-button" (click)="delete(check.id)">
|
||||
<md-icon *ngIf="!readOnly" id="remove-{{check.id}}" mdChipRemove>cancel</md-icon>
|
||||
<button *ngIf="!readOnly" md-icon-button type="button" class="adf-checklist-cancel-button" (click)="delete(check.id)">
|
||||
<md-icon id="remove-{{check.id}}" mdChipRemove>cancel</md-icon>
|
||||
</button>
|
||||
</md-chip>
|
||||
</md-chip-list>
|
||||
|
Loading…
x
Reference in New Issue
Block a user