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

Changing subset doesn't update the socket

Open zivc opened this issue 11 years ago • 1 comments

Hi,

In my controller I have this,

$sailsBind.bind('model, $scope, $scope.pagination);

When I change $scope.pagination in my controller, the change isn't passed on to the socket. Cant redeclare $sailsBind.bind() because it breaks the model in sailsjs and eventually I end up with an empty model.

Cheers,

Ash

zivc avatar Sep 21 '14 14:09 zivc

mmmm.... good point... I'll take a look at it over the weekend.

diegopamio avatar May 04 '15 14:05 diegopamio