What is the angularjs way to databind many inputs?

后端 未结 5 1049
攒了一身酷
攒了一身酷 2020-11-28 22:07

I\'m learning angularjs and I want to be able let the user enter many inputs. When these inputs are entered the list array elements should change accordingly. I

5条回答
  •  遥遥无期
    2020-11-28 22:40

    Consider using the ngList directive https://docs.angularjs.org/api/ng/directive/ngList

提交回复
热议问题