0
Good night, you guys,
The state of my LOCALSTORAGE is like this:
When I try to do that:
for (var post in $window.localStorage) {
console.log(post);
var value = JSON.parse($window.localStorage[post]);
alert(value);
response.push(value)
}
It even takes the length attribute that already comes with Storage and the key attribute that I don’t know where it came from.