Created by: kildareflare
Hi, I was in the process of adding a reset method to this library (clear all local storage / cookies) and noticed that there were no tests for cookie fallback mode.
I also noticed that the ngCookie dependency was not declared; I may be missing something, but I don't think the cookie fallback mode will work without it.
I've added the missing dependency and written tests for the cookie fallback mode - all tests pass.
The changes for the reset method are ready to be committed, pending the merge of these changes.
This is my first pull request, so please let me know if I have missed something.
Cheers