AngularJS bindings for GoInstant. Build realtime, multi-user apps with AngularJS and GoInstant easily. https://developers.goinstant.com/v1/GoAngular/index.html
BSD 3-Clause "New" or "Revised" License
137
stars
30
forks
source link
bug(KeySync.$$handleUpdate): should not call normalize when value is undefined #103
I experienced the following issue:
result.value
contains - as expected - the newly created pageKeySync.$$handleUpdate
is called with a value of undefinednormalize(value, context)
normalize
seems to traverse the whole model setting all values to undefined => browser freezes and crashes