diegopamio / diegopamio/angular-sails-bind
Changing subset doesn't update the socket
Open
0 - Backlog
- Dominant language
- JavaScript
- Stars
- 135
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.