ic-verb - The Verb Attribute

Summary

The ic-verb attribute tells Intercooler to use a different HTTP verb when issuing a request than it would otherwise.

This can be useful in cases where, for example, you want to reuse a form for both editing and creating new models, and need to select the appropriate verb.

Syntax

The value of the ic-verb attribute should be one of:

  • GET
  • POST
  • PUT
  • DELETE

Dependencies

ic-verb attribute has no effect on dependencies.