Skip to content

Commit

Permalink
for button toggle group multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
tinayuangao committed Jun 19, 2017
1 parent 24452fe commit 0fd9bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/button-toggle/button-toggle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export class MdButtonToggleGroupMultiple {
styleUrls: ['button-toggle.css'],
encapsulation: ViewEncapsulation.None,
host: {
'[class.mat-button-toggle-standalone]': '!buttonToggleGroup',
'[class.mat-button-toggle-standalone]': '!buttonToggleGroup && !buttonToggleGroupMultiple',
'[class.mat-button-toggle]': 'true'
}
})
Expand Down

0 comments on commit 0fd9bb5

Please sign in to comment.