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

fix(key_sync): optimize model updates #96

Closed mattcreager closed 10 years ago

mattcreager commented 10 years ago

Removing dead properties and adding new properties now occurs within a single $timeout.

Closes: #95

colinmacdonald commented 10 years ago