Skip to content

Commit adb71ad

Browse files
committed
more changes
1 parent a9ce7af commit adb71ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/examples/chips-stacked/chips-stacked-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<md-chip-list class="md-chip-list-stacked">
1+
<md-chip-list class="mat-chip-list-stacked">
22
<md-chip *ngFor="let chipColor of availableColors"
33
selected="true"
44
color="{{chipColor.color}}">

src/lib/chips/chip-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {SPACE, LEFT_ARROW, RIGHT_ARROW} from '../core/keyboard/keycodes';
2929
@Component({
3030
moduleId: module.id,
3131
selector: 'md-chip-list, mat-chip-list',
32-
template: `<div class="md-chip-list-wrapper"><ng-content></ng-content></div>`,
32+
template: `<div class="mat-chip-list-wrapper"><ng-content></ng-content></div>`,
3333
host: {
3434
// Properties
3535
'tabindex': '0',

0 commit comments

Comments
 (0)