We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
$$hashkey
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!
The text was updated successfully, but these errors were encountered:
That sounds like a very useful enhancement, and as I too use Angular I'd welcome a pull request.
Sorry, something went wrong.
+1 on the feature request
I'm willing to help also if needed
+1 also on this request. I'd love to see an ignore method.
c4c6351
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: