Validation in Angular forms – Part 2
I blogged recently about implementing validation in Angular forms. In this post I will talk about the pattern I use in my applications, both Angular and pure ASP.NET MVC to supplement JavaScript based validation on the server. First of, I would like to start by making a case why I like to generate my forms …