We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bd88ae + bd2e9a3 commit 426f936Copy full SHA for 426f936
src/directives/decorators/bootstrap/array.html
@@ -1,6 +1,6 @@
1
<div sf-array="form" class="schema-form-array {{form.htmlClass}}"
2
ng-model="$$value$$" ng-model-options="form.ngModelOptions">
3
- <h3 ng-show="form.title && form.notitle !== true">{{ form.title }}</h3>
+ <label class="control-label" ng-show="showTitle()">{{ form.title }}</label>
4
<ol class="list-group" ng-model="modelArray" ui-sortable>
5
<li class="list-group-item {{form.fieldHtmlClass}}"
6
ng-repeat="item in modelArray track by $index">
0 commit comments