Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b042a72

Browse files
committedSep 30, 2015
Take sortOptions to array as an object
...not a string.
1 parent fd49a3e commit b042a72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎bootstrap-decorator.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bootstrap-decorator.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/array.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sf-field-model="sf-new-array"
33
sf-new-array>
44
<label class="control-label" ng-show="showTitle()">{{ form.title }}</label>
5-
<ol class="list-group" ui-sortable="{{form.sortOptions}}">
5+
<ol class="list-group" ui-sortable="form.sortOptions">
66
<li class="list-group-item {{form.fieldHtmlClass}}"
77
schema-form-array-items
88
sf-field-model="ng-repeat"

0 commit comments

Comments
 (0)
Please sign in to comment.