May I ask how this t triggers the element binding http request from the inner ng-repeat?

the effect of the page is as follows: the data returned by the backend is in the following format:

{"singleBean":{"novice":[{"reward":"200","done":"0","investMoney":"0.00","taskContent":"","productId":"0"},{"reward":"300","done":"0","investMoney":"100.00","taskContent":"100","productId":"2"},{"reward":"500","done":"0","investMoney":"1000.00","taskContent":"1000","productId":"2"}],"month":[{"investMoney":[{"investMoney":50000},{"investMoney":100000}],"productName":"","productId":12}],"firs":[{"investMoney":[{"investMoney":5000}],"productName":"","productId":1},{"investMoney":[{"investMoney":5000}],"productName":"","productId":3},{"investMoney":[{"investMoney":5000}],"productName":"","productId":6},{"investMoney":[{"investMoney":10000}],"productName":"","productId":12},{"investMoney":[{"investMoney":10000}],"productName":"","productId":24}],"daily":[{"investMoney":[{"investMoney":10000},{"investMoney":20000},{"investMoney":30000}],"productName":"","productId":3},{"investMoney":[{"investMoney":10000},{"investMoney":20000},{"investMoney":30000}],"productName":"","productId":6},{"investMoney":[{"investMoney":10000},{"investMoney":20000},{"investMoney":30000}],"productName":"","productId":12},{"investMoney":[{"investMoney":10000},{"investMoney":20000},{"investMoney":30000}],"productName":"","productId":24}]},"error":"0","msg":"success"}

the problem now is:
1. For example, the list in the daily task is cycled out, and the radio option box in each item is also ng-repeat. You need to select different buttons to trigger the http request, and request the value of the experience fee in the upper right corner

.
Mar.21,2021

radiobutton bind ng-change instruction


clipboard.png

Menu