I have a problem when I try to apply an orderBy to the ngRepeat because when I reorder an item it disappears from the container. Should I treat the orderBy like a normal filter? In that case I've seen this example:
http://luckylooke.github.io/dragular/#/docs/exampleNgRepeatFilteredWithModel
But even here when I move an item from left to right it disappears.
Any help?