Want to delete

, <— REMOVE

1
1
2


3

4
5
5
5
6
6
7
7

I din’t understand what you want but you cannot store object in localStorage. You will have to convert the object into string like this:

$localstorage.set('item_name', json.stringify(object_name) );

thank you! I’ll check

1
Resolved
2
Resolved1