Skip to content

Commit

Permalink
secondary menu tab first commit (#5701)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffy74 authored and nul800sebastiaan committed Jun 25, 2019
1 parent bd8e344 commit 8d67e39
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ul class="umb-tabs-nav">
<li class="umb-tab" ng-repeat="tab in vm.tabs | limitTo: vm.maxTabs" data-element="tab-{{tab.alias}}" ng-class="{'umb-tab--active': tab.active, 'umb-tab--error': tabHasError}" val-tab>
<ul role="tablist" class="umb-tabs-nav">
<li class="umb-tab" role="tab" aria-selected="true" tabindex="0" ng-repeat="tab in vm.tabs | limitTo: vm.maxTabs" data-element="tab-{{tab.alias}}" ng-class="{'umb-tab--active': tab.active, 'umb-tab--error': tabHasError}" val-tab>
<a ng-href="" ng-click="vm.clickTab($event, tab)">{{ tab.label }}</a>
</li>

Expand All @@ -11,4 +11,4 @@
</umb-dropdown-item>
</umb-dropdown>
</li>
</ul>
</ul>

0 comments on commit 8d67e39

Please sign in to comment.