We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if you disabled the cookies in the browser the library fails to initialize
TypeError: utils.url is not a function at Function.hello.utils.extend.init
I understand that it is not possible to preserve the state without cookies/localstorage but the library should not crash like that
The text was updated successfully, but these errors were encountered:
i do not see the exact same error, but i think the reason is the same: cookies are disabled. for me, it throws a "SecurityError: DOM Exception 18". possibly more information here: http://apple.stackexchange.com/a/125588 and angular-translate/angular-translate#629 (comment)
Sorry, something went wrong.
02a2621
Release v1.7.5, fix #266
c8a84bb
No branches or pull requests
if you disabled the cookies in the browser the library fails to initialize
TypeError: utils.url is not a function at Function.hello.utils.extend.init
I understand that it is not possible to preserve the state without cookies/localstorage but the library should not crash like that
The text was updated successfully, but these errors were encountered: