<tr ng-repeat="goods in $data">
<td contenteditable='true'>
{{goods.name}}
</td>
</tr>
对td内容进行修改
现在我想获取点击td 弹出当前td的内容。
怎么实现。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
使用
name = angular.element($event.target).text()