Mattias,

Localstorage has events (somehow everybody keeps forgetting this) it fires 
an event when updated. so it's pretty easy to write a service that makes 
use of this. This is making cross-windows communication a snap!

However, I don't think you should go this way! As this is a solution for a 
single user, using the same browser multiple times. If the users opens your 
app in 2 different browsers, it won't fly.
Can't you add an backend communication server. The only responsibility of 
this one, is telling who to update what. I guess it is as much work as the 
localstorage solution.

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to