fix(ngCookie): convert non-string values to string
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
C
Caitlin Potter committed
93d1c95c61dbfa565333bb64527a103242175af7
Parent: 01a34f5
Committed by Tobias Bosch <tbosch1009@gmail.com>
on 3/21/2014, 8:05:29 PM