goodeggs / angular-cached-resource

An AngularJS module to interact with RESTful resources, even when browser is offline
MIT License
216 stars 29 forks source link

PATCH method should be included #10

Closed alexsanford closed 10 years ago

alexsanford commented 10 years ago

Custom actions may only have the methods GET, POST, PUT, and DELETE. The PATCH method should be included (Rails 4 uses PATCH instead of PUT).

Needs to be added here and in the README (line 24).

hazeledmands commented 10 years ago

Thanks! :smile: