检查在基于向导的表单中哪些字段为空白/未触及

时间:2015-06-17 06:46:21

标签: angularjs

我有一个基于多步向导的表单,其中有8个页面,我在某些条件下使用ng-include加载。

此外,在最后一步有一个确认信息,显示用户输入的所有字段及其值,并提交"提交"只有在所有验证成功通过后才会激活。

我想在最后一步显示那些留空/未触动或有错误的字段的错误消息,以便用户可以看到为什么提交未激活。

例如:

<div class="form-group has-feedback">
    <label class="control-label magenta" for="purposeDescription">What is your purpose for this site?</label>
    <textarea class="form-control" rows="12" name="purposeDescription" ng-model="request.purpose" id="purposeDescription"  required=""></textarea>
</div>

如果用户没有填写某些值,那么我需要在最后一步显示消息。

0 个答案:

没有答案