Skip to content

Setting cookie with angular-cookie does not appear on $cookies #41

Description

@poliveira89

#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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions