crosstab icon indicating copy to clipboard operation
crosstab copied to clipboard

Can data-value persist across opened tabs/windows ?

Open Vikram0811 opened this issue 8 years ago • 0 comments

Hi,

We ran into an issue when language is changed from one tab, it is not being reflected in another already opened tab. We are using below code to set language in cookie.

if (angular.equals(addcookie, "Yes")) { $cookieStore.put('lang', langKey); }

Could you please explain how do we use your extension in AngularJS in order to reflect the language change across all the opened tabs/windows ? Also does it work with open windows too apart from open tabs ?

Vikram0811 avatar Aug 19 '17 09:08 Vikram0811