docs(README.md): cookie.clearAll hash/title

master
Ariel Mashraki 9 years ago
parent 99764b1dc8
commit a07d51c3e7

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