Skip to content

Commit c9fe209

Browse files
committed
Mismatched tags
Fixes #73
1 parent 114f388 commit c9fe209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/decorators/bootstrap/array.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div sf-array="form" ng-model="$$value$$" ng-model-options="form.ngModelOptions">
22
<h3 ng-show="form.title && form.notitle !== true">{{ form.title }}</h3>
3-
<ul class="list-group" ng-model="modelArray" ui-sortable>
3+
<ol class="list-group" ng-model="modelArray" ui-sortable>
44
<li class="list-group-item" ng-repeat="item in modelArray track by $index">
55
<button ng-click="deleteFromArray($index)"
66
style="position: relative; z-index: 20;"

0 commit comments

Comments
 (0)