gsklee / ngStorage

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

$localStorageProvider.setKeyPrefix cause crash #266

Closed JacopoBonta closed 4 years ago

JacopoBonta commented 7 years ago

ngStorage crasehs the whole application when using $localStorageProvider.setKeyPrefix during the config phase. I have following the instructions in the README.md file to use the setKeyPrefix method. Here's the plunker.