内部还可以与LT NG-模型; TD>表的元素?还可以、模型、元素、LT

2023-09-13 04:52:24 作者:都怪时光太动听

时允许一个表里面的元素NG-模式?会自动角更新模型,如果我改变一个特定的列(即视图)?

Is ng-model allowed inside element of a table? Will angular automatically update the model if I change a particular column(i.e. view)?

推荐答案

如果您正在直接编辑使用HTML表格单元格 CONTENTEDITABLE 属性,NG-模式赢得将不起作用自动默认情况下,它只是为表单元素。

If you are making the table cells directly editable using the HTML contenteditable attribute, ng-model won't work automatically as by default it's only for form elements.

有可能使其与 CONTENTEDITABLE 的工作,虽然。有一个在http://docs.angularjs.org/api/ng.directive:ngModel.NgModelController

It is possible to make it work with contenteditable though. There is an working example of how to do it on the angular website at http://docs.angularjs.org/api/ng.directive:ngModel.NgModelController