2

How can validate date formate in AngularJS.

How can i validate number upto two digit decimal point and allowing users to add thousand separate.

4

1 回答 1

0

如果您使用<input type=date />or<input type=number />并且浏览器是现代浏览器,那么 AngularJS 将使用浏览器进行验证。如果您需要支持不支持这些输入类型的旧浏览器,请查看使用 ng-pattern 指令来提供正则表达式。

https://docs.angularjs.org/api/ng/directive/input#

于 2016-01-24T07:03:23.377 回答