We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65bea9 commit 5df524bCopy full SHA for 5df524b
template/tabs/tab.html
@@ -1,3 +1,3 @@
1
<li ng-class="{active: active, disabled: disabled}">
2
- <a ng-click="select()" tab-heading-transclude>{{heading}}</a>
+ <a href ng-click="select()" tab-heading-transclude>{{heading}}</a>
3
</li>
0 commit comments