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 ab8f98f commit e908663Copy full SHA for e908663
src/lib/list/list.md
@@ -128,14 +128,14 @@ To add a divider, use `<md-divider>`.
128
<md-list>
129
<h3 md-subheader>Folders</h3>
130
<md-list-item *ngFor="let folder of folders">
131
- <md-icon md-list-avatar>folder</md-icon>
+ <md-icon md-list-icon>folder</md-icon>
132
<h4 md-line>{{folder.name}}</h4>
133
<p md-line class="demo-2"> {{folder.updated}} </p>
134
</md-list-item>
135
<md-divider></md-divider>
136
<h3 md-subheader>Notes</h3>
137
<md-list-item *ngFor="let note of notes">
138
- <md-icon md-list-avatar>note</md-icon>
+ <md-icon md-list-icon>note</md-icon>
139
<h4 md-line>{{note.name}}</h4>
140
<p md-line class="demo-2"> {{note.updated}} </p>
141
0 commit comments