- Upgrade angular-strap to fix an NPE
- Start the download of the rest of the repo information after the repo itself loads
This commit is contained in:
parent
1ed814a469
commit
d9c3c6689a
4 changed files with 29 additions and 21 deletions
|
@ -1,11 +1,13 @@
|
|||
<li ng-class="tabActive == 'true' ? 'active' : ''">
|
||||
<a href="javascript:void(0)" data-title="{{ tabTitle }}"
|
||||
data-toggle="tab"
|
||||
<a href="javascript:void(0)" data-toggle="tab"
|
||||
data-target="{{ tabTarget }}"
|
||||
data-placement="right"
|
||||
data-container="body"
|
||||
ng-click="tabInit()"
|
||||
bs-tooltip>
|
||||
<span ng-transclude/>
|
||||
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>
|
Reference in a new issue