Skip to content

Commit

Permalink
fix(tabs): make tab links keyboard accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
blah238 authored and stevecavanagh committed Nov 5, 2014
1 parent f99a8b0 commit 7431f2c
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 7431f2c

Please sign in to comment.