I have created dynamic form, here I want to send form data to controller. How can do this?
Here is plunker code link https://plnkr.co/edit/xmxDJHTPfJoSFwa2FWCB?p=preview
Issues:
- when I change the value then element label also change.
- How can I get the form data in product_submit function of controller.
All response appreciated.