grevory / angular-local-storage

An AngularJS module that gives you access to the browsers local storage with cookie fallback
Other
2.83k stars 585 forks source link

[Help] Regarding Set Method #319

Closed pavanmehta91 closed 8 years ago

pavanmehta91 commented 8 years ago

What will happen when I use the Set method on the same key? Will it append the value and form an array or values or it'll re-write the previous one?

grevory commented 8 years ago

It will overwrite