| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-18 | fix(ngCookie): convert non-string values to string | Caitlin Potter | |
| Previously, non-string values stored in $cookies would be removed, without warning the user, and causing difficulty debugging. Now, the value is converted to string before being stored, and the value is not dropped. Serialization may be customized using the toString() method of an object's prototype. Closes #6151 Closes #6220 | |||
| 2013-05-08 | feat($cookieStore): $cookieStore.get now parses blank string as blank string | Illniyar | |
| closes #1918 | |||
| 2012-03-28 | chore(ngCookies): moved to module | Misko Hevery | |
