docs(README.md): expand cookie.clearAll

master
Ariel Mashraki 9 years ago
parent 4ca796cddc
commit 99764b1dc8

@ -329,6 +329,7 @@ myApp.controller('MainCtrl', function($scope, localStorageService) {
```
###clearAll
Remove all data for this app from cookie.<br/>
**Returns:** `Boolean`
```js
myApp.controller('MainCtrl', function($scope, localStorageService) {
//...