-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Labels
Description
I just started using this library with AngularJS to track changes, and it works great so far!
The only short-coming is that Angular will sometimes add Angular-specific properties to objects (such as $$hashkey
) for improving dirty-check speeds.
What are your thoughts on being able to supply a filter or array of properties to ignore?
I can submit a PR, but wanted feedback first :)
Thanks!