-
Notifications
You must be signed in to change notification settings - Fork 585
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
Cookie fallback doesn't work with objects or arrays #121
Comments
I'm having an issues because iOS 7.0.2 has a local storage issue so angular-local-storage falls back to cookies. However the cookie just reads |
+1 |
Can I disable the cookie fallback? Its very annoying to have the user's broken array/objects sent to the server with every request. |
Fixed |
When the browser doesn't support localStorage an the module falls back to cookie-storage it doesn't serialize objects or array to string it just writes "object".
The text was updated successfully, but these errors were encountered: