gsklee / ngStorage

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

$localStorage item returns undefined sometimes #219

Closed miparnisari closed 8 years ago

miparnisari commented 8 years ago

Gist here: https://gist.github.com/miparnisari/d4a457136140de3e1218d357b972da53. It's part of a router in a Cordova app.

Sometimes, the line that says if($localStorage.profileCompleted){ returns an undefined value.

egilkh commented 8 years ago

Could you provide a complete but failing (sometimes) example to better understand and try to find the problem?

miparnisari commented 8 years ago

It was a bug in my app, sorry!