diegopamio / angular-sails-bind

An angular service to bind scope models to sailsjs models thru socket
MIT License
136 stars 25 forks source link

Serverside capture of 'model updated' events #5

Open iDVB opened 10 years ago

iDVB commented 10 years ago

How would you detect the 'Model Updated' events within the controllers? The idea being that you could have the server 'do something' each time a model entry is updated.