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

Commit

Permalink
fix(tabs): remove leading newline from a template
Browse files Browse the repository at this point in the history
This messes up jquery's parsing of the template

Closes #2200
Fixes #2106
  • Loading branch information
JeremyWeir authored and pkozlowski-opensource committed May 15, 2014
1 parent 42cc3f2 commit a708fe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/tabs/tabset.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div>
<ul class="nav nav-{{type || 'tabs'}}" ng-class="{'nav-stacked': vertical, 'nav-justified': justified}" ng-transclude></ul>
<div class="tab-content">
Expand Down

0 comments on commit a708fe6

Please sign in to comment.