Open colinmacdonald opened 10 years ago
Can confim this happening.
For the sorting of the result from $goQuery I tried to use $key (before this returned the wrong $sync thing, which is now fixed) and was using the $on('ready', ...) to push the synced model to the array. Almost every time AngularJS complains about duplicates in the array and that I need to add a track by (which is there but references a undefined item).
Thanks for the feedback. This issue and the entire event system is planned to be reworked for release v3.3.0.
I would expect the model to contain the new message when
$on
is triggered.