I noticed that for some reason, a property called $$ hasKey has been added to the items in my array. Each item has this property with different values.
Example:
[0: {$$hasKey: 'Object1',
uf: 'ES'},
1: {$$hasKey: 'Object2',
uf: 'SP'}
]
In this example is an acronym list of Brazilian states, the object I load from the server does not have the property $$hasKey
, and my array comes without this property up to my controller
.
When debugging I was unable to find the time when this property is added to the items in my array .
I want to understand:
- What's this
- What is it for?
- If you have remove