We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4af0a commit bd2e9a3Copy full SHA for bd2e9a3
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