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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I am currently working on a directive that will add JSON Patch support to Angular JS. We will make it public once it is tested internally in my company.
I am not part of the Angular JS core dev team, we are aiming to release it as 3rd party directive.
@garysweaver, just to synchronize our effort, have you come up with something since you started this ticket?
@warpech That's awesome! No, no progress on the AngularJS side. We use Rails service-side and had seen that Rails 4 had added PATCH method support and then @tenderlove wrote https://github.com/tenderlove/hana on the night of the the announcement about the spec (iirc), but on the Rails core list it sounded like adding support to Rails didn't fit in with their current direction. Looking forward to your contributions, though! Hopefully we'll be able to use them at some point.
Please implement support for sending JSON patches with "application/json-patch" media type:
http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-03
More discussion:
http://www.mnot.net/blog/2012/09/05/patch
http://news.ycombinator.com/item?id=4478627
Having a client that supports sending changes via standard JSON patch format would really help. Thanks!
The text was updated successfully, but these errors were encountered: