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
#39 seems very similar to this, so I don't know if it's duplicated, if it his. Sorry about that.
So, I have encountered a problem if I set a cookie with:
ipCookie('stuff', 'helloWorld');
I cannot see it with:
$cookies // or $cookies.stuff
But, I can't retrieve the values with:
ipCookie // or ipCookie('stuff')
It's intentionally that I cannot retrieve cookies with $cookies?
$cookies
The text was updated successfully, but these errors were encountered:
Which version of Angular are you using? If you are using 1.3+ then you are using $cookies incorrectly: https://docs.angularjs.org/api/ngCookies/service/$cookies
Sorry, something went wrong.
No branches or pull requests
#39 seems very similar to this, so I don't know if it's duplicated, if it his. Sorry about that.
So, I have encountered a problem if I set a cookie with:
I cannot see it with:
But, I can't retrieve the values with:
It's intentionally that I cannot retrieve cookies with
$cookies
?The text was updated successfully, but these errors were encountered: