Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 Valdr AngularJs Service 在不使用 Form 标签的情况下验证表单元素。如果有任何其他插件可用于验证表单元素,请告诉我。
您可以使用ngForm指令而不是表单标记。
ngForm
<div ng-form="myForm" valdr-type="Person"> <input name="lastName" ng-model="person.lastName"> </div>
示例:没有表单标签的 valdr