Hi Guillaume,

Yes, this is normal behaviour. As Firebase is pushing the updates, it is 
delivering an entirely new array, that completely replaces the previous 
one. So, it does not reset your children, they got replaced by new items 
that have the same content.

As every item has a unique ID, you can use that to hook up a service that 
keeps the view-state for every child. Not the only way around this. 

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to