You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
So, I have an array as
so when I drag and sort it. I'm saving it to cookies. as follows:
when I console.log ui.item.sortable.droptargetModel it gives me correct sorted array. ex:
But when I get the cookies as follows:
$cookies.getObject('groups');
it's giving me initial array instead of sorted array.
I'm not sure what the problem is, is it reference problem ?
The text was updated successfully, but these errors were encountered: