angular-cookie
angular-cookie copied to clipboard
Lightweight Angular module for access to cookies
If the user does ipCookie.remove and has its expires options updated to an expiry date, then the next time they save, that options object has been replaced by the expired...
Hi there, Thank for the solution, it works fine on every browsers else than ie 11. I'm getting an exception line 91 in angular-cookie.js.
Not sure if this is a feature or a bug, however if I set a cookie with a specific path, `.remove` does not have an effect on it, even doe'...
I just want all website '**.mujishi.com' can user cookie and I wrote the following: ipCookie('token', token, {expires: 20},{domain:'.mujishi.com'}); and I log in the a.mujishi.com and I can see the cookie...
This module fails with angular 1.3 and description does not contain any dependency on angular verision
http://prntscr.com/awr60b Firefox is not adding cookies. Not receive any error, it just does not set. It's all right as the privacies. `ipCookie ('globals', $rootScope.globals, {path: '/', expires: 0.1});`
#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...
Hi, Could you please upgrade dependencies of your module (specifically bower, but not only). Old versions have known high severity vulnerabilities and may cause problems.
Right now, if you try and read a cookie that's a large number such as 4461381106811793314, when you fetch it using ipCookie('cookie_name') it returns it as 4461381106811793400. Is it possible...
cookies are saved only for session not a particular time, when set any date or time in options object ,it creates invalid date