angular.js - select's ng-model loop binding loop append
PHP中文网
PHP中文网 2017-05-15 17:06:44
0
1
629


Click Add, add the red box part, select the check item you want to add ng-model is loop bound

Select the check item to append different check items
How can I make the ng-model of each loop body have different names and append them? The loop body of the check result is named differently

PHP中文网
PHP中文网

认证0级讲师

reply all(1)
PHPzhong
var list=[
        {name:'血常规',detail:{}},
        {name:'项目1',detail:{}}
    ];

Put the inspection results in the detail, the structure is up to you

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template