You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When "orderby" filter added to first collection in the demo - its displayed correctly
but nothing displayed after adding "orderby" filter to second droparea
(after you dragged and dropped some items from the first)
< class="row">
<div class="span6">
<h3>Things</h3>
<div btf-dragon="thing in things | orderBy:'id'">{{thing.name}}</div>
</div>
<div class="span6">
<h3>Other Things</h3>
<div btf-dragon="thing in otherThings | orderBy:'id'">{{thing.name}}</div>
</div>
</div>
The text was updated successfully, but these errors were encountered:
shootermv
added a commit
to shootermv/angular-dragon-drop
that referenced
this issue
Dec 12, 2013
I want both collections to be sorted by some id:
After i dragged some item to dropabble area - i want the dropped collection to be sorted too.
When "orderby" filter added to first collection in the demo - its displayed correctly
but nothing displayed after adding "orderby" filter to second droparea
(after you dragged and dropped some items from the first)
The text was updated successfully, but these errors were encountered: