Skip to content

Conversation

Sebmaster
Copy link
Contributor

This adds a callback parameter to all the modify operations.

Additionally it removes the callback parameter of the find methods since it wasn't used
anyway.

It might be worth thinking about reintroducing the callback parameter to the find methods and always executing them on any change i.e. give them via a parameter to the observe method and execute them before the angular scope apply().
On the other hand it's possible to $watch() the changes on the object anyway with the fixes from my other pull requests, so that might not be needed after all.

Adds a callback parameter to all the modify operations. Additionally
removes the callback parameter of the find methods since it wasn't used
anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant