[AngularJS] Re: Is there a way in angularjs to share real-time information between two open tabs

2017-07-31 Thread Rafa
We have thought that when closing the window of login all the other windows were informed of the loss of session. We have achieved this using native javascript $ window.onbeforeunload At the time of closing the window erase the data of the localstorage of the session. Then, using the localstor

[AngularJS] Re: Is there a way in angularjs to share real-time information between two open tabs

2017-07-31 Thread Rafa
Thanks your answer Sander, I totally agree with your idea, the user must be well informed at all times. El lunes, 31 de julio de 2017, 11:36:25 (UTC+2), Sander Elias escribió: > > Hi Rafa, > > I still would recommend localstorage. However I a have my questions about > this UX. If you do this,

[AngularJS] Re: Is there a way in angularjs to share real-time information between two open tabs

2017-07-31 Thread Sander Elias
Hi Rafa, I still would recommend localstorage. However I a have my questions about this UX. If you do this, make sure you let the user know what 'tabs' he has open, and that those also will be closed/logged out. Regards Sander -- You received this message because you are subscribed to the Go