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 114f388 commit c9fe209Copy full SHA for c9fe209
src/directives/decorators/bootstrap/array.html
@@ -1,6 +1,6 @@
1
<div sf-array="form" ng-model="$$value$$" ng-model-options="form.ngModelOptions">
2
<h3 ng-show="form.title && form.notitle !== true">{{ form.title }}</h3>
3
- <ul class="list-group" ng-model="modelArray" ui-sortable>
+ <ol class="list-group" ng-model="modelArray" ui-sortable>
4
<li class="list-group-item" ng-repeat="item in modelArray track by $index">
5
<button ng-click="deleteFromArray($index)"
6
style="position: relative; z-index: 20;"
0 commit comments