document.getElementById(productrate).value = data[0].purches_rate;
我使用上面的行
获取产品费率值<input type="text" class="form-control" name="productrate" id="productrate{{$index}}"/>
但无法在下面更改函数中传递该值
<input type="text" class="form-control" name="finalqty" ng-model="finalqty" ng-change="change_qty(productrate,finalqty)"/>
如何在ng重复中输入ng更改功能的值。有什么解决方案吗?请帮忙
谢谢你