My questions is similar to Form Validation with Dependent Fields in AngularJS however the validation has to be done on the server side with Ajax.
I have two fields city and postal code and want to use a backend service to tell if both fields match.
The backend service has already been implemented. So now I am trying to integrate the service with angular.
Any suggestions?