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 was archived by the owner on Oct 2, 2019. It is now read-only.
I have a list of entities, each entity has a list of items, those items are the ones I'm displaying to the user in multiple mode.
When the user removes or adds and item to the list the on-action event fires, but it fires before the removal\addition of the item from the list, so I can not send my entity for update in the DB.
Side note: This will also compliment the way ui-grid works on edit.
Example to what I mean: