Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit b8736c1

Browse files
cbourgoisAxelPeter
authored andcommitted
fix(oui-tabs): add button type (#376)
1 parent 35e1839 commit b8736c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/oui-tabs/src/item/tabs-item.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<button class="oui-tabs-item__button"
1+
<button class="oui-tabs-item__button" type="button"
22
ng-attr-aria-label="{{::$ctrl.ariaLabel}}"
33
ng-attr-aria-expanded="{{!$ctrl.isHidden}}"
44
ng-attr-aria-controls="{{::$ctrl.id}}"

0 commit comments

Comments
 (0)