angular-local-storage
angular-local-storage copied to clipboard
Cannot access cookies
https://github.com/grevory/angular-local-storage/blob/master/angular-local-storage.js#L325 accesses cookies from $document and not $document[0] or from $cookies via ngCookies
+1 I was just about to open an issue about this. Breaks my test suite.
+1