AngularJS: All buttons inside form triggers submit?

前端 未结 1 1618
暖寄归人
暖寄归人 2020-12-28 14:07

I apologize in advance if this is covered in the docs, but I can\'t seem to find it.

I have a pretty straightforward form which uses several buttons as I\'m using t

相关标签:
1条回答
  • 2020-12-28 15:00

    You should try setting type="button" on the buttons.

    This question goes into detail as to what this does.

    0 讨论(0)
提交回复
热议问题