Question

I have an angularFireCollection on list with priorities. I see extremely odd behavior. Basically when a priority changes, let's say item #2 becomes #1, instead of moving the item it just overwrites #1 as #2 and there's now a duplicate of the item with the former #1 simply disappearing.

How do I fix this?

$scope.docs = angularFireCollection(fb.child('view/docs').limit(20).startAt());

This is the line of code that controls the display of list. I'm not sure what else to share that would be relevant.

Was it helpful?

Solution

I think this is fixed in the latest angularfire.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top