Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 5df524b

Browse files
blah238chrisirhc
authored andcommitted
fix(tabs): make tab links keyboard accessible
Fixes #2226 Fixes #2290 Closes #2870 Closes #2304
1 parent a65bea9 commit 5df524b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: template/tabs/tab.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<li ng-class="{active: active, disabled: disabled}">
2-
<a ng-click="select()" tab-heading-transclude>{{heading}}</a>
2+
<a href ng-click="select()" tab-heading-transclude>{{heading}}</a>
33
</li>

0 commit comments

Comments
 (0)