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

Commit

Permalink
style(tabs): remove unused attribute from template
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Jun 28, 2013
1 parent 8868f23 commit 0159132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/tabs/tabset.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="tab-pane"
ng-repeat="tab in tabs"
ng-class="{active: tab.active}"
tab-content-transclude="tab" tt="tab">
tab-content-transclude="tab">
</div>
</div>
</div>

0 comments on commit 0159132

Please sign in to comment.