From 683ab1b376cb55c5a95c3e3d54a827ed41df749f Mon Sep 17 00:00:00 2001 From: Tyler Kellogg Date: Sun, 16 Mar 2014 16:53:00 -0700 Subject: [PATCH] [doc] Cookies serializer only supports strings --- src/ngCookies/cookies.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngCookies/cookies.js b/src/ngCookies/cookies.js index b78fcd5aaf8b..0c7f116d31ea 100644 --- a/src/ngCookies/cookies.js +++ b/src/ngCookies/cookies.js @@ -26,7 +26,7 @@ angular.module('ngCookies', ['ng']). * Provides read/write access to browser's cookies. * * 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. + * this object, new cookies are created/deleted at the end of current $eval. The serializer only supports strings. * * Requires the {@link ngCookies `ngCookies`} module to be installed. *