문제

I would like to validate multiple elements with ng-model. When every single one of them is true, perform an action.

Is this possible?

도움이 되었습니까?

해결책

You can use AngularJS built-in validation.

Here is a good resource describing how to use it:
http://scotch.io/tutorials/javascript/angularjs-form-validation

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top