Open
Description
This could be done by add a raw event listener to "window" object.
However, I guess it would be more convenient and safe if we could automatically add the listener and propagate the events as a normal(or special) notification for "setValue".
Then we could just use the plain $scope.$on().
Any idea?
Thanks,
Howard