Skip to content

Commit 426f936

Browse files
committed
Merge pull request #474 from prettymuchbryce/array-template-title
Update title in array decorator template
2 parents 3bd88ae + bd2e9a3 commit 426f936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/decorators/bootstrap/array.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div sf-array="form" class="schema-form-array {{form.htmlClass}}"
22
ng-model="$$value$$" ng-model-options="form.ngModelOptions">
3-
<h3 ng-show="form.title && form.notitle !== true">{{ form.title }}</h3>
3+
<label class="control-label" ng-show="showTitle()">{{ form.title }}</label>
44
<ol class="list-group" ng-model="modelArray" ui-sortable>
55
<li class="list-group-item {{form.fieldHtmlClass}}"
66
ng-repeat="item in modelArray track by $index">

0 commit comments

Comments
 (0)