From a07d51c3e796af0c8010f37be26df9ea5767289d Mon Sep 17 00:00:00 2001 From: Ariel Mashraki Date: Wed, 7 Jan 2015 22:34:59 +0200 Subject: [PATCH] docs(README.md): cookie.clearAll hash/title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb87780..3759227 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ myApp.controller('MainCtrl', function($scope, localStorageService) { //... }); ``` -###clearAll +###cookie.clearAll Remove all data for this app from cookie.
**Returns:** `Boolean` ```js