Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fbb47 commit a4b70cfCopy full SHA for a4b70cf
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