-
Notifications
You must be signed in to change notification settings - Fork 80
Data replication #34
Copy link
Copy link
Open
Description
Hi
If you have the select with a list of items. If you make any dynamic changes to the page and reload the data, so the changes show on page, the items in the dropdown become replicated.
Everytime you make a save, you update the data, angular refreshes it's variables so the user has up to date info and it still replicates in the dropdown.
I've tried destroying the the array. emptying the array, everything. I can see angular is emptying it from the console, the data gets trashed and then is reloaded once. . but the dropdown is keeping a copy and just adding to it. It is rather frustrating.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels