File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="schema-form-array {{form.htmlClass}} "
2
2
sf-field-model ="sf-new-array "
3
3
sf-new-array >
4
- < h3 ng-show ="form.title && form.notitle !== true " > </ h3 >
4
+ < label class =" control-label " ng-show ="showTitle() " > {{ form.title }} </ label >
5
5
< ol class ="list-group " ui-sortable >
6
6
< li class ="list-group-item {{form.fieldHtmlClass}} "
7
7
schema-form-array-items
Original file line number Diff line number Diff line change 1
1
< fieldset ng-disabled ="form.readonly " class ="schema-form-fieldset {{form.htmlClass}} ">
2
- < legend ng-show =" form.title && !form.notitle "> {{ form.title }}</ legend >
2
+ < legend ng-class =" {'sr-only': !showTitle() } "> {{ form.title }}</ legend >
3
3
< div class ="help-block " ng-show ="form.description " ng-bind-html ="form.description "> </ div >
4
4
</ fieldset >
You can’t perform that action at this time.
0 commit comments