我正在使用输入类型“date”标记,我希望它验证日期,例如4月不能有31天等等。但是,此验证在我第一次设置“31-04-2014”时不起作用,如果我再次转到日期字段并将日期更改为其他内容并返回到无效日期,则会抛出错误。
<input type="date" class="form-control" ng-model="someModel" name="abc" ng-required="de.compulsory" />
<span class="errortxt" ng-show="form.eventDataEntryForm.abc.$error.date"> ERROR</span>