diff --git a/README.md b/README.md index 2f882c9..0599478 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,9 @@ myApp.config(function (localStorageServiceProvider) { .setStorageCookieDomain(''); }); ``` + +For local testing (when you are testing on localhost) set the domain to an empty string ''. Setting the domain to 'localhost' will not work on all browsers (eg. Chrome) since some browsers only allow you to set domain cookies for registry controlled domains, i.e. something ending in .com or so, but not IPs **or intranet hostnames** like localhost.
+ ###setNotify Send signals for each of the following actions:
**setItem** , default: `true`