azpublic
Results
3
issues of
azpublic
Calling toJSON on a collection containing models that have string[] as an attribute will return these string[] as an array of undefined in the json object.
Calling set() multiple times on a model that contains a nested array of primitives throws an error
3
When calling fetch() to populate a DocumentCollection, then calling set() 2 times on one of the models of the collection triggers an exception if the model data contains an array....
Here's my stab at this problem. It seems to work for me.