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
Using splice works just fine. But since the documentation does imply that $remove functions similarly to splice when removing an element, I think it makes sense for $remove to return the removed element as it did in previous versions.
Ended up being a slight pain while trying to upgrade. Feel free to close.
The text was updated successfully, but these errors were encountered:
Using splice works just fine. But since the documentation does imply that
$remove
functions similarly tosplice
when removing an element, I think it makes sense for$remove
to return the removed element as it did in previous versions.Ended up being a slight pain while trying to upgrade. Feel free to close.
The text was updated successfully, but these errors were encountered: