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
{{ message }}
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
I have a requirement like, to get the data from the Server and to set on ModalComponent, but, what happens is:
Trying to get the data from server. Set those data in the Model Component.
Open the ModalComponent.
Displays the results set in the Modal.
Now close the Modal Component and make the changes to eliminate few Data(Modification).
Now Again try doing the steps from 1-3.
Few data were deleted and removed while Modification, but those data seem to be persisting in the Modal Component, even though the server side data are populating correctly.
It seems like, the Model Data is not getting Destroyed Properly on close. Any alternatives ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a requirement like, to get the data from the Server and to set on ModalComponent, but, what happens is:
It seems like, the Model Data is not getting Destroyed Properly on close. Any alternatives ?
The text was updated successfully, but these errors were encountered: