Skip to content

Commit 8cf45a5

Browse files
committed
Typo always added col-xs-9
tabsType -> tabType
1 parent db4bd20 commit 8cf45a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/decorators/bootstrap/tabarray.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</ul>
2020
</div>
2121

22-
<div ng-class="{'col-xs-9': !form.tabsType || form.tabsType === 'left' || form.tabsType === 'right'}">
22+
<div ng-class="{'col-xs-9': !form.tabType || form.tabType === 'left' || form.tabType === 'right'}">
2323
<div class="tab-content">
2424
<div class="tab-pane clearfix"
2525
ng-repeat="item in modelArray track by $index"

0 commit comments

Comments
 (0)