让我们想象一下以下的形式:
First Name: string
Last Name: string
Married: checkbox
% the following should be shown once checkbox is ticked %
Partner First Name:
Partner Last Name:
[Submit]
在AngularJS中使用可选字段执行表单的最简单方法是什么?
答案 0 :(得分:1)
假设复选框ng-model="married"
将ng-show属性添加到使用值&#34设置的可选字段;已结婚" ng-show="married"