We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fbb47 commit a4b70cfCopy full SHA for a4b70cf
1 file changed
src/ngCookies/cookies.js
@@ -25,8 +25,9 @@ angular.module('ngCookies', ['ng']).
25
* @description
26
* Provides read/write access to browser's cookies.
27
*
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.
+ * Only a simple Object is exposed and by adding or removing properties to/from this object, new
+ * cookies are created/deleted at the end of current $eval.
30
+ * The object's properties can only be strings.
31
32
* Requires the {@link ngCookies `ngCookies`} module to be installed.
33
0 commit comments