-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
If I try to use this on component:
<component decorator="sortable"></component>
'The "intro", "outro" and "decorator" directives have no effect on components.'
..or on component template:
<div class="component" decorator="sortable"></div>
'The sortable decorator only works with elements that correspond to array members'
I think a component user-case is pretty common..
Would it be an option to give the array as a parameter:
<div decorator="sortable:array"></div>
Metadata
Metadata
Assignees
Labels
No labels