When we use ng-pattern in fact we set input validation for that input. for example: <input type="text" ng-pattern="/^[0-9]*$/" ...
確定! 回上一頁