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.
我正在使用 Angular js 来构建表单。以类似于 JQuery 验证(包括自定义规则)的方式验证我的表单的最佳方法是什么?
谢谢!
使用指令,您可以访问其方法ngForm的实例,该方法设置控件的有效性状态。你可以在你的指令中使用它。FormController$setValidity()$parsers
ngForm
FormController
$setValidity()
$parsers