How to use Unsubscribe a Record Watcher.
The problem. When designing widgets, we often want to use a record watcher to notify us that the data we are monitoring has changed. To achieve this we would normally use spUtil like this spUtil.recordWatch($scope, "<name of the table>", "<filter con...