跟着视频做了一个评论商品之类的东西,可以预览评论,但是要提交的时候,却不会触发设置给ng-submit的方法。
html:
js:
app.controller("reviewController",function($scope){
this.review = {};
this.addReview = function(product){
alert("y");
};
});
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
controller