angular-sails-bind icon indicating copy to clipboard operation
angular-sails-bind copied to clipboard

An angular service to bind scope models to sailsjs models thru socket

Results 14 angular-sails-bind issues
Sort by recently updated
recently updated
newest added

This might be an issue with Sails, or my configuration. However in my controller I am binding: ``` javascript $sailsBind.bind("user", $scope) $sailsBind.bind("task", $scope) ``` When I am using the register...

Hey, So I'm having a little trouble with altering JSON objects in a MySQL database via the RESTapi, when I change a value it will update the bound scope object,...

http://imageshack.com/f/ipGZp3J8p Please, help me because I really like your stuff but I cant make it work ;(

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.