Skip to content

Commit fda8de5

Browse files
irfanhuddakara
authored andcommitted
docs(list): use md-list-icon in example code (#3284)
Fixes #3217
1 parent c203589 commit fda8de5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/examples/list-sections/list-sections-example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<md-list>
22
<h3 md-subheader>Folders</h3>
33
<md-list-item *ngFor="let folder of folders">
4-
<md-icon md-list-avatar>folder</md-icon>
4+
<md-icon md-list-icon>folder</md-icon>
55
<h4 md-line>{{folder.name}}</h4>
66
<p md-line> {{folder.updated | date}} </p>
77
</md-list-item>
88
<md-divider></md-divider>
99
<h3 md-subheader>Notes</h3>
1010
<md-list-item *ngFor="let note of notes">
11-
<md-icon md-list-avatar>note</md-icon>
11+
<md-icon md-list-icon>note</md-icon>
1212
<h4 md-line>{{note.name}}</h4>
1313
<p md-line> {{note.updated | date}} </p>
1414
</md-list-item>

0 commit comments

Comments
 (0)