任务是在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}}
输出: