This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/directives/cor-tab.html

13 lines
479 B
HTML

<li ng-class="tabActive == 'true' ? 'active' : ''">
<a href="javascript:void(0)" data-toggle="tab"
data-target="{{ tabTarget }}"
ng-click="tabInit()">
<span data-title="{{ tabTitle }}"
data-placement="right"
data-container="body"
style="display:inline-block"
bs-tooltip>
<span ng-transclude/></span>
</span>
</a>
</li>