FEATURE: Can order value lists

This commit is contained in:
Robin Ward
2015-07-28 15:58:49 -04:00
parent 51b477d1f2
commit e161f8f9fd
3 changed files with 75 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{{#if collection}}
<div class='values'>
{{#each collection as |value|}}
<div class='value'>
{{#each collection as |value index|}}
<div class='value' draggable='true' data-index={{index}}>
{{d-button action="removeValue"
actionParam=value
icon="times"