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

Prefix always end with a dot (.) #357

Open
code-and-such opened this issue Sep 28, 2017 · 0 comments
Open

Prefix always end with a dot (.) #357

code-and-such opened this issue Sep 28, 2017 · 0 comments

Comments

@code-and-such
Copy link

If I use setPrefixto set the prefix 'mu-stuff-' my local storage keys will get the name mu-stuff-.key. I need this to keep compatibility with the old local storage solution we used (ngStorage) which uses 'ngStorage-' as prefix.

I think I can do a workaround by looking for the old ones during startup and change their name, but it will require me to understand the local storage mechanism without any abstractions.

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