Is there a method to save, read and modify an array of objects in the cookieStore with angularJs?
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
No there is not. You have to do the array modifications by yourself and store the array back to the cookieStore:
|
|||||||||||||||||
|
I would advise you check out this module that allows you to easily use local storage or cookie storage and bind it to your scope: http://ngmodules.org/modules/angularLocalStorage Example: http://plnkr.co/edit/Y1mrNVRkInCItqvZXtto?p=preview
|
|||
|