Removed trailing space from ngdoc declaration
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
<div ng-transclude></div>
|
||||
|
||||
<ul class="nav nav-tabs umb-nav-tabs span12">
|
||||
|
||||
<li ng-class="{active: $first, error: tabHasError}" ng-repeat="tab in tabs" val-tab>
|
||||
<li ng-class="{active: $first, error: tabHasError}" ng-repeat="tab in collectedTabs" val-tab>
|
||||
<a href="#tab{{tab.id}}" data-toggle="tab">{{ tab.label }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user