supplied parameters do not match any signature of call target html

编译angularJs前端时报错“supplied parameters do not match any signature of call target ”,是因为手贱在form的save函数中,将参数null去除了。 正确代码如下: < form # frm= "ngForm" name= "Form" ( ngSubmit)= "frm.valid && save(null)" noval
相关文章
相关标签/搜索