Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix(ngCookie): convert non-string values to string #6220

Closed
wants to merge 1 commit into from

Commits on Mar 19, 2014

  1. 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 angular#6151
    caitp committed Mar 19, 2014
    Configuration menu
    Copy the full SHA
    8b88688 View commit details
    Browse the repository at this point in the history