aboutsummaryrefslogtreecommitdiffstats
path: root/test/ngCookies/cookiesSpec.js
AgeCommit message (Collapse)Author
2014-03-18fix(ngCookie): convert non-string values to stringCaitlin 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-08feat($cookieStore): $cookieStore.get now parses blank string as blank stringIllniyar
closes #1918
2012-03-28chore(ngCookies): moved to moduleMisko Hevery