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

Commit a4b70cf

Browse files
recurrenceIgorMinar
authored andcommitted
docs($cookies): cookies serializer only supports strings
Closes #6705
1 parent c9fbb47 commit a4b70cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ngCookies/cookies.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ angular.module('ngCookies', ['ng']).
2525
* @description
2626
* Provides read/write access to browser's cookies.
2727
*
28-
* Only a simple Object is exposed and by adding or removing properties to/from
29-
* this object, new cookies are created/deleted at the end of current $eval.
28+
* Only a simple Object is exposed and by adding or removing properties to/from this object, new
29+
* cookies are created/deleted at the end of current $eval.
30+
* The object's properties can only be strings.
3031
*
3132
* Requires the {@link ngCookies `ngCookies`} module to be installed.
3233
*

0 commit comments

Comments
 (0)