angular $localStorage 不适用于 WP8

angular $localStorage is not working on WP8

我在带有 AngularJS 框架的 Cordova 项目中使用 https://github.com/gsklee/ngStorage。 $localStorage 在 Android 和 iPhone 上工作正常,但在 WP8 上不工作。当尝试使用 $localStorage 另一个控制器时,数据不会持久存在。你能帮忙吗?

考虑使用 angular 存储 https://github.com/auth0/angular-storage

而不是 $localstorage 希望它能工作

谢谢