- 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:
Joseph Schorr 2015-03-23 16:10:33 -04:00
parent 1ed814a469
commit d9c3c6689a
4 changed files with 29 additions and 21 deletions

View file

@ -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>