goinstant / goangular

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

Closed gjungb closed 8 years ago

gjungb commented 10 years ago

I experienced the following issue:

page = { boxes: [{ paragraphs: [{ content: 'some text' }]}] }
model.$add(page).then(function(result) { console.log(result.value); });