Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 0159132

Browse files
committed
style(tabs): remove unused attribute from template
1 parent 8868f23 commit 0159132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/tabs/tabset.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="tab-pane"
77
ng-repeat="tab in tabs"
88
ng-class="{active: tab.active}"
9-
tab-content-transclude="tab" tt="tab">
9+
tab-content-transclude="tab">
1010
</div>
1111
</div>
1212
</div>

0 commit comments

Comments
 (0)