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/query sync): $key must return a model #72

Closed mattcreager closed 10 years ago

mattcreager commented 10 years ago

A single instance of the sync service was being shared amongst models, this wasn't intended. We'll improve the interface between service and model, but this patch makes it 'work'.

Related: #64

colinmacdonald commented 10 years ago

LGTM