Vincent Fournier f1b6d5d552 Rename files to conform with standard
Change-Id: Ia3914eaeb81093a44124e0c3c10ad681276aa866
2015-08-17 18:37:29 -04:00

18 lines
593 B
HTML

<section class="main__content tabpanel">
<nav>
<ul class="tablist clearfix">
<li role="presentation" class="tablist__item" data-ng-repeat="(key, panel) in options.attributes.navigation"
ng-class="{active: currentPanel === key}">
<a ng-click="setIsShown(key)"
class="tabpanel__tab"
aria-expanded="true"
role="tab"
data-toggle="tab"
data-problems="{{panel.right}}">{{panel.title}}
</a>
</li>
</ul>
</nav>
<bansho-components components="options.components"></bansho-components>
</section>