Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Filter/Ignore Keys? #11
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
flitbit
Mar 12, 2014
Owner
That sounds like a very useful enhancement, and as I too use Angular I'd welcome a pull request.
That sounds like a very useful enhancement, and as I too use Angular I'd welcome a pull request. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
TylerGarlick
commented
Mar 14, 2014
+1 on the feature request |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
TylerGarlick
commented
Mar 14, 2014
I'm willing to help also if needed |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
ergdev
commented
Apr 24, 2014
+1 also on this request. I'd love to see an ignore method. |
flitbit
self-assigned this
Apr 29, 2014
flitbit
added
the
enhancement
label
Apr 29, 2014
flitbit
closed this
in
c4c6351
Apr 29, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ericclemmons commentedMar 11, 2014
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!