angularjs - Access HTML form input value if ng-model is invalid -



angularjs - Access HTML form input value if ng-model is invalid -

suppose have form 1 input , validation rules min-length, max-length, etc. want show hint user how much symbols should append (or remove from) current input value pass validation rules. ng-model corresponds input empty because input invalid. how can access current input value?

angularjs html-form angular-ngmodel

Comments