gsklee / ngStorage

localStorage and sessionStorage done right for AngularJS.
MIT License
2.34k stars 461 forks source link

Request #256

Open JemiloII opened 7 years ago

JemiloII commented 7 years ago

Two request.

  1. This module needs to be able to be injected within .config() for as nice as this module is, it's forcing me to not use it in many places of my application.

  2. Removal of prefix. It's annoying when I can't use $localStorage in config and then have to add ngStorage- before the item name to access my property.