tymondesigns / angular-locker

🗄️ A simple & configurable abstraction for local/session storage in angular js projects
https://npm.im/angular-locker
MIT License
314 stars 42 forks source link

locker.put null values #25

Open samypr100 opened 8 years ago

samypr100 commented 8 years ago

When I do locker.put('key', null) it does not store the value properly. Is this intended using locker? localStorage takes the value just fine.

smelyakov commented 8 years ago

+1 It worked before though.