Closed

Description
I have not been successful in getting the destroy strategy to work on any sibling properties or sibling objects. It only works on sibling array of objects. Please check this example:
http://jsfiddle.net/mutharasus/dp18a70b/
In here if you select the first drop down to "Option1" then select all the other drop down and save. Then go back and switch the first drop down to "Option2" and save you can see that only the very last array of objects is removed with the destroy strategy.
Posted the same as a question:
http://stackoverflow.com/q/32253453/4496838