Use angularjs to process the values entered in the input and combine them to pass to the background. The number of input boxes is also dynamically obtained from the background
Do you have any methods or ideas?
大家讲道理2017-05-15 17:06:49
ng-model two-way data binding
$watch monitors value changes
It is recommended to read more documents
仅有的幸福2017-05-15 17:06:49
ng-model two-way data binding
$watch monitors value changes
It is recommended to read more documents
迷茫2017-05-15 17:06:49
My approach is to process the data obtained in the background, add an item to each set of data in ng-repeat, and use it to loop for data binding, so that I can obtain the key-value pair corresponding to each item and encapsulate it