Skip to content

Commit 3a63015

Browse files
authored
fix copy-paste error
1 parent 5e5066a commit 3a63015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo-app/tree/checklist-tree-demo/checklist-tree-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</mat-tree-node>
88
<mat-tree-node *matTreeNodeDef="let node; when: hasChild" matTreeNodePadding>
99
<button mat-icon-button matTreeNodeToggle
10-
[attr.aria-label]="'toggle ' + node.filename">
10+
[attr.aria-label]="'toggle ' + node.item">
1111
<mat-icon>
1212
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
1313
</mat-icon>

0 commit comments

Comments
 (0)