angularjs http post怎么提交整个表单的信息_百度知道
最佳答案: <input ng-model="user.name"> <input ng-model="user.age"> 通过上面的方式命名ng-model在controller中直接使用$scope.user获取对象。 ...更多关于AngularJS中的$http能否整个表单一起提交?的问题>>
angularjs中表单的提交 - 开源中国社区
如果你要向后台提交,请在form中加 action,如果你向angularjs提交,加入 ng-submit...form 加入action 就可以提交了 如果不加 angular 会再form 加入一个submit监听...