putObject(key, value, [options]);
Serializes and sets a value for given cookie key
Parameters
Param | Type | Details |
---|---|---|
key | string | Id for the |
value | Object | Value to be stored. |
options (optional) | Object | Options object. See $cookiesProvider.defaults |
Please login to continue.