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

feat(put): add support for passing a default value #11

Closed admwx7 closed 9 years ago

admwx7 commented 9 years ago

This is to add back in logic that was part of #10 that got removed shortly after. The logic was changed slightly to catch undefined/null values but let all other falsy values pass through unchanged.

tymondesigns commented 9 years ago

apologies for the late response... added back in... will tag a releae soon