diff --git a/README.md b/README.md index 87356b6..cb87780 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,7 @@ myApp.controller('MainCtrl', function($scope, localStorageService) { ``` ###clearAll Remove all data for this app from cookie.
+**Returns:** `Boolean` ```js myApp.controller('MainCtrl', function($scope, localStorageService) { //...