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

6 lines
370 B
HTML

<div role="tabpanel" class="tab-pane" data-ng-class="{active: parent.currentPanel === options.attributes.panelId }"
id="{{options.attributes.panelId}}" data-ng-show="parent.currentPanel === options.attributes.panelId">
<section class="main__content tabpanel">
<bansho-components components="options.components"></bansho-components>
</section>
</div>