d9c3c6689a
- Start the download of the rest of the repo information after the repo itself loads
13 lines
No EOL
478 B
HTML
13 lines
No EOL
478 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> |