I am using https://github.com/gsklee/ngStorage in my Cordova Project with AngularJS framwork. $localStorage works fine on Android and iPhone but it is not working on WP8. When try to use $localStorage another controller the data is not persist. can you help?
我在我的Cordova项目中使用了https://github.com/gsklee/ngStorage和AngularJS框架。$localStorage在Android和iPhone上运行良好,但在WP8上不工作。当尝试使用另一个控制器$localStorage时,数据不会持久存在。你能帮助吗?
1 个解决方案
#1
2
consider using angular storage https://github.com/auth0/angular-storage
考虑使用角存储https://github.com/auth0/angular存储
instead of $localstorage hope it will work
而不是$localstorage希望它能够工作
Thanks
谢谢
#1
2
consider using angular storage https://github.com/auth0/angular-storage
考虑使用角存储https://github.com/auth0/angular存储
instead of $localstorage hope it will work
而不是$localstorage希望它能够工作
Thanks
谢谢