Skip to content

Commit 119b6bb

Browse files
committed
Claerfix typo
1 parent 40830b1 commit 119b6bb

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
@@ -21,7 +21,7 @@
2121

2222
<div ng-class="{'col-xs-9': !form.tabsType || form.tabsType === 'left' || form.tabsType === 'right'}">
2323
<div class="tab-content">
24-
<div class="tab-pane claerfix"
24+
<div class="tab-pane clearfix"
2525
ng-repeat="item in modelArray track by $index"
2626
ng-show="selected.tab === $index"
2727
ng-class="{active: selected.tab === $index}">

0 commit comments

Comments
 (0)