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