I have an angular app using bootstrap, from which I utilise the bootstrap 
modal to update data.  It also stores data in Firebase.

The particular problem I have is this:

1. I select a record to edit from a records list, which opens up the modal 
with the record data that can be changed.
2. I change some of the data and click "update" in the modal.
3. As the modal closes, I see 4 new records added to the original records 
list (all containing the updated data), and I still see the original record 
but it does not update.

So I end up with the original record not updating but 4 copies of the 
updated record appearing in the list, 5 records instead of 1.

Does anyone have an understanding of how this may be happening?

Many thanks,


D.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" 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 http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to