Vincent Fournier 5d87fdaacd Improve code naming
Change-Id: If4837f71caca6d594e141fff830c7c2c08376e03
2015-08-24 20:33:27 -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>