fix(button): add a category to buttons so they won't get the button styles

fixes #6237
This commit is contained in:
Brandy Carney
2016-04-20 13:20:01 -04:00
parent 4a8975cb8b
commit 35dd0ed0b0
12 changed files with 45 additions and 10 deletions

View File

@ -109,6 +109,7 @@ const SELECT_VALUE_ACCESSOR = new Provider(
'</div>' +
'<button aria-haspopup="true" ' +
'[id]="id" ' +
'category="item-cover" ' +
'[attr.aria-labelledby]="_labelId" ' +
'[attr.aria-disabled]="_disabled" ' +
'class="item-cover">' +