I want to validate password using ng-pattern. I use the same regular expression in my model and it works. I want to display error message if password is not valid (at least 7 characters, one of them must be number).. I
I want to validate password using ng-pattern. I use the same regular expression in my model and it works. I want to display error message if password is not valid (at least 7 characters, one of them must be number).. I