对于复选框,ng-dropdown-multiselect与angularjs中禁用ng的功能

时间:2019-05-15 11:06:14

标签: angularjs html5

我将 ng-dropdown-multiselect用于angularjs和html中的复选框。这项禁用ng的工作是否成功?

如果我只选择了一个特定的复选框,则必须禁用所有复选框。我选择了特定的第六个,然后仅剩下所有复选框必须禁用。将这些标签名称发送到服务器,如ques和ans格式。

请给我答案。谢谢。

<div class="form-group">
<span class="downArow icon-ArrowDown org fnt12"> </span>
<label for="name" class="blu" ng-init="task.formObj[27].ques='Is there any observation you wish to bring attention to?'"

ng-model =“ task.formObj [27] .ques”>您是否需要注意任何观察?     

JS文件包含

self.options = [{'family_banking': [{id: 1, label: "Spouse"}, {id: 2, label: "Father"}, {id: 3, label: "Mother"},{id: 4, label: "Childern (Staying together)"},{id: 5, label: "Brother/Sister"}]},
                            {'attachments':[{id: 1, label: "Mera iMobile"},{id: 2, label: "ECS/ADM"},{id: 3, label: "PPF"},{id: 4, label: "FD/RD"},{id: 5, label: "LI"},{id: 6, label: "SIP"},{id: 7, label: "Other"}]},
                            {'p2c':[{id: 1, label: "SA"},{id: 2, label: "CA"},{id: 3, label: "KCC"},{id: 4, label: "JL"},{id: 5, label: "RBC"},{id: 6, label: "FE"},{id: 7, label: "FD/RD"},{id: 8, label: "LI"},{id: 9, label: "Other"}]},
                            {'special_task':[{id: 1, label: "Gold Loan"},{id: 2, label: "KCC"},{id: 3, label: "FE"},{id: 4, label: "SHG"},{id: 5, label: "RBC"},{id: 6, label: "CBF"},{id: 7, label: "Savings Account"},{id: 8, label: "Current Account"},{id: 9, label: "Mutual Fund"},{id: 10, label: "Insurance"},{id: 11, label: "Other"}]},
                            {'observations':[{id: 1, label: "Suspected fraud"},{id: 2, label: "End use violation"},{id: 3, label: "Fields destroyed due to natural calamity"},{id: 4, label: "Customer is  in financial stress"},{id: 5, label: "Any criminal case against  applicant / co-applicant reported"},{id: 6, label: "Any additional critical information"},{id: 7, label: "No Observation"}]},
                            {'reasons':[{id:1,label:"Better offer from Comp Bank"},{id:2,label:"Offer not appealing"},{id:3,label:"Charges Levied"},{id:4,label:"Service Issues"},{id:5,label:"Other"}]},
              {'reasons1':[{id:1,label:"Custom hiring for agri"},{id:2,label:"Own field"},{id:3,label:"Commercial"}]}];

0 个答案:

没有答案