Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can data-value persist across opened tabs/windows ? #71

Open
Vikram0811 opened this issue Aug 19, 2017 · 0 comments
Open

Can data-value persist across opened tabs/windows ? #71

Vikram0811 opened this issue Aug 19, 2017 · 0 comments

Comments

@Vikram0811
Copy link

Vikram0811 commented 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 ?

@Vikram0811 Vikram0811 changed the title Demo with Cookies Can data-value persist across opened tabs/windows ? Aug 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant