I know that there is part of the angular validation behaviour, but would be great to manage this:
When you use use ng-pattern-restrict with, for example: "^\d*$"
If you write letters, the restrict works fine, but the input gets $dirty=true , even if the input is empty.
I know that there is part of the angular validation behaviour, but would be great to manage this:
When you use use ng-pattern-restrict with, for example: "^\d*$"
If you write letters, the restrict works fine, but the input gets $dirty=true , even if the input is empty.