We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5066a commit 3a63015Copy full SHA for 3a63015
src/demo-app/tree/checklist-tree-demo/checklist-tree-demo.html
@@ -7,7 +7,7 @@
7
</mat-tree-node>
8
<mat-tree-node *matTreeNodeDef="let node; when: hasChild" matTreeNodePadding>
9
<button mat-icon-button matTreeNodeToggle
10
- [attr.aria-label]="'toggle ' + node.filename">
+ [attr.aria-label]="'toggle ' + node.item">
11
<mat-icon>
12
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
13
</mat-icon>
0 commit comments