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

Commit

Permalink
fix(tabs): make tab links keyboard accessible
Browse files Browse the repository at this point in the history
Fixes #2226
Fixes #2290
Closes #2870
Closes #2304
  • Loading branch information
blah238 authored and chrisirhc committed Nov 3, 2014
1 parent a65bea9 commit 5df524b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/tabs/tab.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<li ng-class="{active: active, disabled: disabled}">
<a ng-click="select()" tab-heading-transclude>{{heading}}</a>
<a href ng-click="select()" tab-heading-transclude>{{heading}}</a>
</li>

0 comments on commit 5df524b

Please sign in to comment.