From 317f4dd9e68eddc8e287d30f387ebd51d59e2ea8 Mon Sep 17 00:00:00 2001 From: Matthew Wickman Date: Tue, 3 Dec 2013 11:30:07 -0500 Subject: [PATCH] updating docs on demo page --- demo/demo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/demo.html b/demo/demo.html index d4e03c4..89fcbfb 100644 --- a/demo/demo.html +++ b/demo/demo.html @@ -112,7 +112,7 @@ var YourCtrl = function($scope, localStorageService, ...) { clearAll n/a - Warning Removes all local storage key-value pairs for this app. + Warning Removes all local storage key-value pairs for this app. It will optionally take a string, which is converted to a regular expression, and then clears keys based on that regular expression. Boolean for success