任务是在 AngularJS 的帮助下更新数组元素。
方法:要更新数组中的特定项,有两种方法可以通过其值或通过其索引。在第一个示例中,元素按其值更新,而在第二个示例中,它已使用括号表示法的索引进行更新。
示例 1:
GeeksForGeeks
How to update an array
element in AngularJS
Update element in array = {{array}}
输出:
示例 2:
GeeksForGeeks
How to update an array
element in AngularJS
Update element in array = {{array}}
输出: