Easy localStorage managing in your angular application. It stores your localstorage object after every $digest cycle, so you can use simple Javascript objects and never worry about saving to it to localStorage.
Read more at:
http://blog.nraboy.com/2014/12/use-ngstorage-angularjs-local-storage-needs/
Github:
https://github.com/gsklee/ngStorage
To install with Bower:
bower install ngstorage