You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
Vikram0811
changed the title
Demo with Cookies
Can data-value persist across opened tabs/windows ?
Aug 19, 2017
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 ?
The text was updated successfully, but these errors were encountered: