Skip to content

Commit

Permalink
proposal to fix issue json-schema-form#33
Browse files Browse the repository at this point in the history
  • Loading branch information
patriziotufarolo committed Nov 21, 2016
1 parent cdb0b81 commit 86ea958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabarray.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<div ng-class="{'col-xs-9': !form.tabType || form.tabType === 'left' || form.tabType === 'right'}">
<div class="tab-content {{form.fieldHtmlClass}}">
<div class="tab-pane clearfix tab{{selected.tab}} index{{$index}}"
<div class="tab-pane clearfix index{{$index}}"
sf-field-model="ng-repeat"
ng-repeat="item in $$value$$ track by $index"
ng-show="selected.tab === $index"
Expand Down

0 comments on commit 86ea958

Please sign in to comment.