Angular.js submit form old way

后端 未结 3 547
逝去的感伤
逝去的感伤 2020-12-09 02:42

I\'m migrating an old html page from jQuery to Angular, and it contains some old-school forms with . When I enriched my pages with

3条回答
  •  不思量自难忘°
    2020-12-09 03:24

    I've done this. I'm pretty sure I was using jquery to submit the form, but you could probably do it with plain old javascript.

    One of the comments on the angular form page suggests this:

    
    

    http://docs.angularjs.org/api/ng.directive:form

提交回复
热议问题