Hi Giri,
Reload, as in browser reload? The only way I know will be the use off service-workers. Sadly, that's only available in chrome. You know that a reload tells a browser to re-init and re-fetch everything that's behind an URI?. It is a new page load, so you really can't do anything in your page(aside from the service-workers background-service) that keeps an existing connection. You can save some parameters to local storage, and reinitialize the connection tough. 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/d/optout.
